add some tests to pytest
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
2
tests/test_fail.py
Normal file
2
tests/test_fail.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
def test_fail():
|
||||||
|
assert False
|
||||||
2
tests/test_success.py
Normal file
2
tests/test_success.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
def test_success():
|
||||||
|
assert True
|
||||||
Reference in New Issue
Block a user