Files
pytest_gui_status/tests/testcases/case_1/test_1.py
T

7 lines
62 B
Python

def test_pass():
assert 1
def test_fail():
assert 0