mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
7 lines
62 B
Python
7 lines
62 B
Python
def test_pass():
|
|
assert 1
|
|
|
|
|
|
def test_fail():
|
|
assert 0
|