ofx-processor/tests/test_ofx_processor.py
2020-01-15 14:42:57 +01:00

6 lines
94 B
Python

from ofx_processor import __version__
def test_version():
assert __version__ == "0.1.3"