tests/test_sayings.py
author Peter Koppatz <peter@koppatz.com>
Sun, 19 Jan 2014 10:52:51 +0100
changeset 160 e4f16be8b5b0
parent 141 ea70f3d81676
permissions -rw-r--r--
Unified index.html
     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