aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_hommaexceli_py.py
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-02-12 13:35:01 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2021-02-12 13:35:01 +0200
commitaf5b4941705fd08be5e72ad5c06e8a3ab8b50da7 (patch)
tree5e8a3d895d9f95610a314cf1e114cfa1279e65e3 /tests/test_hommaexceli_py.py
Initial commit
Diffstat (limited to 'tests/test_hommaexceli_py.py')
-rw-r--r--tests/test_hommaexceli_py.py5
1 files changed, 5 insertions, 0 deletions
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'