stacosys/tests/test_stacosys.py

5 lines
87 B
Python

from stacosys import __version__
def test_version():
assert __version__ == "2.0"