Initial commit
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit

This commit is contained in:
2022-01-21 20:43:06 -06:00
commit f37eda4cf3
13 changed files with 672 additions and 0 deletions

0
tests/__init__.py Normal file
View File

6
tests/test_deepdog.py Normal file
View File

@@ -0,0 +1,6 @@
from deepdog import __version__
import deepdog
def test_version():
assert deepdog.get_version() == __version__