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