mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
initial commit
This commit is contained in:
5
tests/test_panaetius.py
Normal file
5
tests/test_panaetius.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from panaetius import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.1.0'
|
||||
Reference in New Issue
Block a user