Skip to content

Commit e342fe7

Browse files
committed
add version to import test
1 parent 30e3c1d commit e342fe7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/core/test_import.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/core/test_import_and_version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def test_import():
2+
import <MODULE_NAME>
3+
version = <MODULE_NAME>.__version__
4+
assert isinstance(version, str)

0 commit comments

Comments
 (0)