renamed tests directory
authorReimar Bauer <rb.proj AT googlemail DOT com>
Sun, 19 Jan 2014 20:14:07 +0100
changeset 182e45653152a03
parent 181 19cb76f40d74
child 183 426d719f56f0
renamed tests directory
_tests/test_sayings.py
tests/test_sayings.py
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/_tests/test_sayings.py	Sun Jan 19 20:14:07 2014 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +from sayings import get_saying
     1.5 +
     1.6 +def test_saying():
     1.7 +    saying, author = get_saying()
     1.8 +    assert saying is not None
     1.9 +    assert author is not None
     2.1 --- a/tests/test_sayings.py	Sun Jan 19 20:11:15 2014 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,6 +0,0 @@
     2.4 -from sayings import get_saying
     2.5 -
     2.6 -def test_saying():
     2.7 -    saying, author = get_saying()
     2.8 -    assert saying is not None
     2.9 -    assert author is not None
Impressum Datenschutzerklärung