4 lines
92 B
Python
4 lines
92 B
Python
|
|
||
|
def test_hello_world():
|
||
|
assert "hello_world" == "hello_world"
|
||
|
assert "foo" != "bar"
|