aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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")