1
0
Fork 0
webbysitey/tests/test_foo.py

6 lines
80 B
Python

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