Skip to content

Commit

Permalink
Add happy path test for the EDR GeoJSON feature collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey-Vervoort-KNMI committed Mar 1, 2024
1 parent 90ce008 commit 3c76822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_edr.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from edr_pydantic.capabilities import LandingPageModel
from edr_pydantic.collections import Collections
from edr_pydantic.collections import Instance
from edr_pydantic.edr_feature_collection import EDRFeatureCollection
from edr_pydantic.unit import Unit
from pydantic import ValidationError

Expand All @@ -13,6 +14,7 @@
("doc-example-collections.json", Collections),
("simple-instance.json", Instance),
("landing-page.json", LandingPageModel),
("edr-geojson-feature-collection.json", EDRFeatureCollection),
]


Expand Down

0 comments on commit 3c76822

Please sign in to comment.