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