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
2.1 --- a/tests/test_sayings.py Sun Jan 19 20:11:15 2014 +0100
2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
2.3 @@ -1,6 +0,0 @@
2.4 -from sayings import get_saying
2.5 -
2.6 -def test_saying():
2.7 - saying, author = get_saying()
2.8 - assert saying is not None
2.9 - assert author is not None