6 lines
67 B
Python
6 lines
67 B
Python
def test_ok():
|
|
assert True
|
|
|
|
|
|
def test_fail():
|
|
assert False
|