clean-rst/tests/test_clean_rst.py

6 lines
90 B
Python
Raw Normal View History

2022-08-22 16:37:28 +00:00
from clean_rst import __version__
def test_version():
assert __version__ == '0.1.0'