We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4930154 commit 86a86beCopy full SHA for 86a86be
tests/__init__.py
tests/test_import.py
@@ -0,0 +1,4 @@
1
+import PROJECT
2
+
3
+def test_version():
4
+ assert isinstance(PROJECT.__version__, str)
0 commit comments