searchme/tests/test_foo.py

6 lines
78 B
Python

from searchme.foo import foo
def test_foo():
assert foo("foo") == "foo"