diff -r ec1bb552ce55 -r c97120328e9c _tests/test_sayings.py --- a/_tests/test_sayings.py Mon May 05 10:04:09 2014 +0200 +++ /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