From 75c731c78880c5a31a50e166d33dcae03b76349a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 19 Nov 2020 22:33:18 +0200 Subject: Initial commit --- tests/__init__.py | 0 tests/test_attain_vocab_to_anki_py.py | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 tests/__init__.py create mode 100644 tests/test_attain_vocab_to_anki_py.py (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_attain_vocab_to_anki_py.py b/tests/test_attain_vocab_to_anki_py.py new file mode 100644 index 0000000..3512c18 --- /dev/null +++ b/tests/test_attain_vocab_to_anki_py.py @@ -0,0 +1,5 @@ +from attain_vocab_to_anki_py import __version__ + + +def test_version(): + assert __version__ == '0.1.0' -- cgit v1.3