summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2020-11-19 22:33:18 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2020-11-19 22:33:18 +0200
commit75c731c78880c5a31a50e166d33dcae03b76349a (patch)
treeeb87160816e3f9a50456f9f924b658cbf5f0602b /tests
Initial commit
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py0
-rw-r--r--tests/test_attain_vocab_to_anki_py.py5
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_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'