Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jun 8, 2024
1 parent 3920ab5 commit 3a56813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def standard_test(dataset):
md = Metadata.from_metadata({"version": "1.0.0", "dataset": ds.metadata()})
md.dump(full=True)

return ds, md


def test_cerra():
standard_test({"dataset": "cerra-rr-an-oper-0001-mars-5p5km-1984-2008-6h-v1-smhi"})
Expand Down

0 comments on commit 3a56813

Please sign in to comment.