ofx-processor/tests/test_ofx_processor.py

6 lines
109 B
Python
Raw Normal View History

2020-01-16 19:02:17 +01:00
from ofx_processor.bpvf_processor import __version__
2020-01-15 14:42:57 +01:00
def test_version():
assert __version__ == "0.1.3"