Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Nov 23, 2020
1 parent 77ec43c commit a8441eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@


def test_has_version():
from pymatching._version import __version__
assert len(__version__) > 0
assert isinstance(__version__, str)

0 comments on commit a8441eb

Please sign in to comment.