upend/sdks/py/tests/test_upend.py

6 lines
86 B
Python
Raw Normal View History

2021-06-19 18:44:32 +02:00
from upend import __version__
def test_version():
assert __version__ == '0.1.0'