mastko/tests/mastko/test_version.py

6 lines
97 B
Python

from mastko.version import __version__
def test_version():
assert type(__version__) is str