tests/test_sayings.py
author Peter Koppatz <peter@koppatz.com>
Sun, 19 Jan 2014 07:53:05 +0100
changeset 145 95d788307e42
parent 141 ea70f3d81676
permissions -rw-r--r--
Translations: after creating mo file from po file, it works
     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