Fixes linting issue and makes html by default
All checks were successful
gitea-physics/pathfinder/pipeline/head This commit looks good
All checks were successful
gitea-physics/pathfinder/pipeline/head This commit looks good
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from pathfinder import __version__
|
||||
import pathfinder
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.0.1'
|
||||
assert pathfinder.get_version() == __version__
|
||||
assert pathfinder.get_version() == __version__
|
||||
|
||||
Reference in New Issue
Block a user