-
Notifications
You must be signed in to change notification settings - Fork 299
Add handling of nested errors #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ff85259
to
190afdf
Compare
190afdf
to
0712f9f
Compare
Once we drop support for Python 3.5 we might consider moving back to syrupy again
ed0bf66
to
ee4d13a
Compare
Codecov Report
@@ Coverage Diff @@ ## master #815 +/- ## ========================================== + Coverage 97.45% 97.52% +0.07% ========================================== Files 56 58 +2 Lines 3068 3157 +89 ========================================== + Hits 2990 3079 +89 Misses 78 78
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm looking forward to these improved error messages. Thanks for this.
Fixes #438
Fixes #416
Description of the Change
Properly handle nested errors. Especially important for nested serializer structure introduced in #776
Extracted from PR #787
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS