All checks were successful
gitea-physics/pathfinder/pipeline/head This commit looks good
8 lines
154 B
Python
8 lines
154 B
Python
from pathfinder import __version__
|
|
import pathfinder
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.0.1'
|
|
assert pathfinder.get_version() == __version__
|