6 lines
78 B
Python
6 lines
78 B
Python
|
from searchme.foo import foo
|
||
|
|
||
|
|
||
|
def test_foo():
|
||
|
assert foo("foo") == "foo"
|