This repository has been archived on 2022-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
pathfinder/tests/test_pathfinder.py
2021-07-30 16:56:53 -05:00

6 lines
88 B
Python

from pathfinder import __version__
def test_version():
assert __version__ == '0.0.1'