Skip to content

Commit 86a86be

Browse files
committed
test: Add basic import test
1 parent 4930154 commit 86a86be

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/__init__.py

Whitespace-only changes.

tests/test_import.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import PROJECT
2+
3+
def test_version():
4+
assert isinstance(PROJECT.__version__, str)

0 commit comments

Comments
 (0)