Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamust authored Jul 20, 2022
1 parent fdc1634 commit 06539ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import python_example as m
import biab as m

assert m.__version__ == '0.0.1'
assert m.add(1, 2) == 3
assert m.subtract(1, 2) == -1
assert m.__version__ == '0.1.0'

0 comments on commit 06539ca

Please sign in to comment.