ToastFreeware
/
philipp
/
winterrodeln
/
wrpylib.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed "typo": tes_GermanTristateFloat -> test_GermanTristateFloat.
[philipp/winterrodeln/wrpylib.git]
/
tests
/
test_wrvalidators.py
diff --git
a/tests/test_wrvalidators.py
b/tests/test_wrvalidators.py
index fb1ab7e5432caae1ba218fe4c4248c3426b54de4..e240aef122d6d42828d84a610cea2bfa22609cc5 100644
(file)
--- 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 tes
t
_GermanTristateFloat():
v = wrpylib.wrvalidators.GermanTristateFloat()
assert v.to_python(u'') == None
assert v.to_python(u'Ja') == 1.0