searchme/tests/test_foo.py

6 lines
78 B
Python
Raw Permalink Normal View History

2024-03-15 00:58:24 +00:00
from searchme.foo import foo
def test_foo():
assert foo("foo") == "foo"