diff options
author | Pjotr Prins | 2023-08-20 13:09:03 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-20 13:09:03 +0200 |
commit | 66c26676c938e6ba35440bcb2e851fb025549ed0 (patch) | |
tree | 3b30b828563188802f6ed81ab2cd5eb5e33f0415 /test/runner.scm | |
parent | dcc41148727ec5f68fbeb0504a295981728327a1 (diff) | |
download | gn-guile-66c26676c938e6ba35440bcb2e851fb025549ed0.tar.gz |
Add gnid to species - still a bug
Diffstat (limited to 'test/runner.scm')
-rw-r--r-- | test/runner.scm | 3 |
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") |