_tests/test_sayings.py
author Peter Koppatz <peter@koppatz.com>
Thu, 20 Mar 2014 05:34:03 +0100
changeset 228 e1881d5dc6ad
parent 182 e45653152a03
permissions -rw-r--r--
Better translations and correct link to camera settings
     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