Shimmur / checker_cab

an extraction of assert_values_for
MIT License
23 stars 4 forks source link

Error results should show all mismatching fields, not just the first one. #20

Closed idlehands closed 2 years ago

idlehands commented 2 years ago

Current behavior is that the first field to mismatch raises an error and the output only shows that one field. It would be great to improve the output so show all mismatching fields and only raise at the end.

This should be possible without changing the api and keeping it backwards compatible.