Skip to content

Commit c13aefd

Browse files
committed
Remove empty conftest.py file and add initial test case in test.py
1 parent 1f6802c commit c13aefd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/conftest.py

Whitespace-only changes.

tests/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def test_main():
2+
assert True

0 commit comments

Comments
 (0)