From 9881d8b56a98dce43d5534cde9b5496404e5eabb Mon Sep 17 00:00:00 2001 From: philipp Date: Sat, 20 Apr 2013 20:57:15 +0000 Subject: [PATCH] Fixed "typo": tes_GermanTristateFloat -> test_GermanTristateFloat. git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@1369 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- tests/test_wrvalidators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2