_tests/test_sayings.py
author Stefania Trabucchi <info@trabucchi.de>
Thu, 23 Jan 2014 14:44:43 +0100
changeset 207 63dc83eccbcb
parent 182 e45653152a03
permissions -rw-r--r--
markup changed, 2 span-grid, video classes for responsive video added and 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