From: philipp Date: Sat, 20 Apr 2013 20:57:15 +0000 (+0000) Subject: Fixed "typo": tes_GermanTristateFloat -> test_GermanTristateFloat. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/9881d8b56a98dce43d5534cde9b5496404e5eabb?ds=sidebyside Fixed "typo": tes_GermanTristateFloat -> test_GermanTristateFloat. git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@1369 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/tests/test_wrvalidators.py b/tests/test_wrvalidators.py index fb1ab7e..e240aef 100644 --- a/tests/test_wrvalidators.py +++ b/tests/test_wrvalidators.py @@ -42,7 +42,7 @@ def test_GermanTristateTuple(): assert v.from_python((True, True)) == u'Teilweise' -def tes_GermanTristateFloat(): +def test_GermanTristateFloat(): v = wrpylib.wrvalidators.GermanTristateFloat() assert v.to_python(u'') == None assert v.to_python(u'Ja') == 1.0