1
from sayings import get_saying
2
3
def test_saying():
4
saying, author = get_saying()
5
assert saying is not None
6
assert author is not None