Skip to content

Commit 55f0224

Browse files
committed
Add basic test to fix pytest exit code 5
1 parent 9c90973 commit 55f0224

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_basic.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import pytest
2+
3+
def test_basic():
4+
assert True

0 commit comments

Comments
 (0)