Skip to content

Commit 4ac9e87

Browse files
authored
Update test_import_and_version.py
clean up test_import_and_version
1 parent e342fe7 commit 4ac9e87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/core/test_import_and_version.py

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

0 commit comments

Comments
 (0)