xlsx-dir-map/tests/test_xlsx_dir_map.py

6 lines
93 B
Python
Raw Permalink Normal View History

2022-01-23 18:29:44 +00:00
from xlsx_dir_map import __version__
def test_version():
assert __version__ == '0.1.0'