aboutsummaryrefslogtreecommitdiff
path: root/test/runner.scm
diff options
context:
space:
mode:
authorPjotr Prins2023-08-20 13:09:03 +0200
committerPjotr Prins2023-08-20 13:09:03 +0200
commit66c26676c938e6ba35440bcb2e851fb025549ed0 (patch)
tree3b30b828563188802f6ed81ab2cd5eb5e33f0415 /test/runner.scm
parentdcc41148727ec5f68fbeb0504a295981728327a1 (diff)
downloadgn-guile-66c26676c938e6ba35440bcb2e851fb025549ed0.tar.gz
Add gnid to species - still a bug
Diffstat (limited to 'test/runner.scm')
-rw-r--r--test/runner.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner.scm b/test/runner.scm
index 45f2b0c..5555dc2 100644
--- a/test/runner.scm
+++ b/test/runner.scm
@@ -19,4 +19,7 @@
(test-equal "tomato-data should have a description"
(assoc-ref (get-expanded-taxon-data "tomato") "description") "type of plant species with edible, often red, berry fruit")
+(test-assert "mouse-meta should list all groups/populations/cohorts"
+ (assoc "links" (get-expanded-taxon-meta "mouse")))
+
(test-end "runner")