Also test transform in test_configtypes_hypothesis

If validating works, we might as well also check if transforming does too.
This commit is contained in:
Florian Bruhin 2016-03-11 07:26:16 +01:00
parent 0c6d6367de
commit 42a4c1ce4c

View File

@ -56,3 +56,5 @@ def test_configtypes_hypothesis(klass, s):
klass().validate(s)
except configexc.ValidationError:
pass
else:
klass().transform(s)