_tests/test_sayings.py
author Reimar Bauer <rb.proj AT googlemail DOT com>
Fri, 18 Apr 2014 16:22:30 +0200
changeset 230 3f612d5f86a4
parent 182 e45653152a03
permissions -rw-r--r--
typo in translation string fixed
     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