initial commit
Some checks failed
gitea-physics/pdme/pipeline/head There was a failure building this commit
Some checks failed
gitea-physics/pdme/pipeline/head There was a failure building this commit
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
7
tests/test_pdme.py
Normal file
7
tests/test_pdme.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pdme import __version__
|
||||
import pdme
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.0.1'
|
||||
assert pdme.get_version() == __version__
|
||||
Reference in New Issue
Block a user