diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 13:35:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 13:35:01 +0200 |
| commit | af5b4941705fd08be5e72ad5c06e8a3ab8b50da7 (patch) | |
| tree | 5e8a3d895d9f95610a314cf1e114cfa1279e65e3 /tests | |
Initial commit
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' |
