1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/_tests/test_sayings.py Sun Jan 19 20:14:07 2014 +0100
1.3 @@ -0,0 +1,6 @@
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