Skip to content

Commit

Permalink
Add test that version is not 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NowanIlfideme committed Mar 22, 2024
1 parent 27e4f01 commit e67790f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ def test_import_pk():
from pydantic_kedro import __version__

assert isinstance(__version__, str)
assert __version__ != "0.0.0", "Version selection failed."

0 comments on commit e67790f

Please sign in to comment.