Skip to content

Commit

Permalink
Create test_fre_catalog.py
Browse files Browse the repository at this point in the history
simple import test added outside of `conda build` routine
  • Loading branch information
ilaflott authored Jul 30, 2024
1 parent b116ad8 commit ef3082c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fre/catalog/tests/test_fre_catalog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3

def test_fre_catalog_import():
from fre import catalog
assert catalog is not None

0 comments on commit ef3082c

Please sign in to comment.