_tests/test_sayings.py
author Stefania Trabucchi <info@trabucchi.de>
Thu, 23 Jan 2014 14:46:16 +0100
changeset 209 8909e1794c22
parent 182 e45653152a03
permissions -rw-r--r--
row class added to adjust the left padding of the grid
     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