jpmckinney / validictory

🎓 deprecated general purpose python data validator
Other
240 stars 57 forks source link

validate_type allows an item to raise a SchemaError #108

Closed sebjamesfd closed 8 years ago

sebjamesfd commented 8 years ago

Allows a list of types to be validated if any of the items in the list raises a SchemaError.

Raised as issue https://github.com/jamesturk/validictory/issues/107

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 96.419% when pulling cc1bc100368bdbcdba1014f865fcd8cac972cc6b on sebjamesfd:type-list-schemerror into 4ef2294c1d37088c5aa1579167e710676c8af134 on jamesturk:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 96.419% when pulling cc1bc100368bdbcdba1014f865fcd8cac972cc6b on sebjamesfd:type-list-schemerror into 4ef2294c1d37088c5aa1579167e710676c8af134 on jamesturk:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 96.419% when pulling cc1bc100368bdbcdba1014f865fcd8cac972cc6b on sebjamesfd:type-list-schemerror into 4ef2294c1d37088c5aa1579167e710676c8af134 on jamesturk:master.

jamesturk commented 8 years ago

oops, commented too soon on the other ticket, thanks for this!