Skip to content

Commit

Permalink
Add test to showcase annotation values are included in response for r…
Browse files Browse the repository at this point in the history
…eg:status and color
  • Loading branch information
edmondchuc committed Aug 4, 2023
1 parent a94ed53 commit 1825bbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/vocprez/test_endpoints_vocprez.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ def test_concept_scheme(
"empty.ttl",
"Return concept scheme and a prez:childrenCount of 0",
],
[
"http://data.bgs.ac.uk/ref/BeddingSurfaceStructure",
"beddingsurfacestructure_top_concepts.ttl",
"Top concepts have the correct annotation values for reg:status and color",
],
],
)
def test_concept_scheme_top_concepts(
Expand Down

0 comments on commit 1825bbb

Please sign in to comment.