xlsx-dir-map/tests/test_xlsx_dir_map.py

6 lines
93 B
Python

from xlsx_dir_map import __version__
def test_version():
assert __version__ == '0.1.0'