doxy/tests/test_doxy.py

6 lines
85 B
Python
Raw Normal View History

2023-01-10 08:57:57 +01:00
from doxy import __version__
def test_version():
2023-01-10 15:45:35 +01:00
assert __version__ == "0.1.0"