diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-11-19 22:33:18 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-11-19 22:33:18 +0200 |
| commit | 75c731c78880c5a31a50e166d33dcae03b76349a (patch) | |
| tree | eb87160816e3f9a50456f9f924b658cbf5f0602b /tests/test_attain_vocab_to_anki_py.py | |
Initial commit
Diffstat (limited to 'tests/test_attain_vocab_to_anki_py.py')
| -rw-r--r-- | tests/test_attain_vocab_to_anki_py.py | 5 |
1 files changed, 5 insertions, 0 deletions
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' |
