ofx-processor/tests/test_ofx_processor.py

6 lines
94 B
Python
Raw Normal View History

2020-01-15 14:42:57 +01:00
from ofx_processor import __version__
def test_version():
assert __version__ == "0.1.3"