Skip to content

Commit 7c452ce

Browse files
committed
test
1 parent f0e01ae commit 7c452ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
print("hello world test")
1+
def test_example():
2+
assert 1+1 == 1 #just a test to make sure pytest runs

0 commit comments

Comments
 (0)