doxy/tests/test_doxy.py

6 lines
85 B
Python

from doxy import __version__
def test_version():
assert __version__ == "0.1.0"