ofx-processor/tests/test_ofx_processor.py

6 lines
109 B
Python

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