Skip to content

Commit

Permalink
#2 add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmp0xff committed Feb 18, 2024
1 parent d70a925 commit 25d7109
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file removed tests/.gitkeep
Empty file.
6 changes: 6 additions & 0 deletions tests/test_import.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class TestImport:
def test_import(self):
try:
import hamiltonian_flow
except Exception as e:
raise e

0 comments on commit 25d7109

Please sign in to comment.