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:
parent
0c6d6367de
commit
42a4c1ce4c
@ -56,3 +56,5 @@ def test_configtypes_hypothesis(klass, s):
|
|||||||
klass().validate(s)
|
klass().validate(s)
|
||||||
except configexc.ValidationError:
|
except configexc.ValidationError:
|
||||||
pass
|
pass
|
||||||
|
else:
|
||||||
|
klass().transform(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user