diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/__init__.py | 0 | ||||
| -rw-r--r-- | tests/test_hommaexceli_py.py | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/__init__.py diff --git a/tests/test_hommaexceli_py.py b/tests/test_hommaexceli_py.py new file mode 100644 index 0000000..851baea --- /dev/null +++ b/tests/test_hommaexceli_py.py @@ -0,0 +1,5 @@ +from hommaexceli_py import __version__ + + +def test_version(): + assert __version__ == '0.1.0' |
