diff -r 19cb76f40d74 -r e45653152a03 _tests/test_sayings.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_tests/test_sayings.py Sun Jan 19 20:14:07 2014 +0100 @@ -0,0 +1,6 @@ +from sayings import get_saying + +def test_saying(): + saying, author = get_saying() + assert saying is not None + assert author is not None