_tests/test_sayings.py
author Reimar Bauer <rb.proj AT googlemail DOT com>
Sun, 19 Jan 2014 20:14:07 +0100
changeset 182 e45653152a03
parent 141 tests/test_sayings.py@ea70f3d81676
permissions -rw-r--r--
renamed tests directory
     1 from sayings import get_saying
     2 
     3 def test_saying():
     4     saying, author = get_saying()
     5     assert saying is not None
     6     assert author is not None
Impressum Datenschutzerklärung