6 lines
67 B
Python
6 lines
67 B
Python
def test_foo():
|
|
assert True
|
|
|
|
|
|
def fail_foo():
|
|
assert False
|