_tests/test_sayings.py
author Peter Koppatz <peter@koppatz.com>
Mon, 20 Jan 2014 06:41:01 +0100
changeset 191 50af70a548f0
parent 182 e45653152a03
permissions -rw-r--r--
ID-Mismatch removed, W3C-Validator is happy
     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