Initial commit
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit
Some checks failed
gitea-physics/deepdog/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
6
tests/test_deepdog.py
Normal file
6
tests/test_deepdog.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from deepdog import __version__
|
||||
import deepdog
|
||||
|
||||
|
||||
def test_version():
|
||||
assert deepdog.get_version() == __version__
|
Reference in New Issue
Block a user