Skip to content

Commit

Permalink
added a test function to test_something.py
Browse files Browse the repository at this point in the history
  • Loading branch information
casvbem committed Aug 18, 2023
1 parent a73800d commit 63fb9e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_something.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
from xbTools import xbeachtools
from xbTools import xbeachtools

def test_assertion():
assert 1==2,'error'

0 comments on commit 63fb9e0

Please sign in to comment.