From af5b4941705fd08be5e72ad5c06e8a3ab8b50da7 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 12 Feb 2021 13:35:01 +0200 Subject: Initial commit --- tests/test_hommaexceli_py.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_hommaexceli_py.py (limited to 'tests/test_hommaexceli_py.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' -- cgit v1.3