6 lines
70 B
Python
6 lines
70 B
Python
def test_ok():
|
|
assert True
|
|
|
|
|
|
def no_test_fail():
|
|
assert False
|