Skip to content

Commit

Permalink
Update general_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 13, 2023
1 parent c027e93 commit f3872a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/pypackit_tests/general_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ def version_test():
min_len_ver_elements = 3
assert isinstance(pkg.__version__, str)
assert len(pkg.__version__.split(".")) >= min_len_ver_elements
return

0 comments on commit f3872a2

Please sign in to comment.