1.1 --- a/tests/test_sayings.py Sun Jan 19 20:11:15 2014 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,6 +0,0 @@
1.4 -from sayings import get_saying
1.5 -
1.6 -def test_saying():
1.7 - saying, author = get_saying()
1.8 - assert saying is not None
1.9 - assert author is not None