-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-111159: Fix doctest
output comparison for exceptions with notes
#111160
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
Thanks for doing this. Are you up for adding Exception Groups to doctest too? #104150 |
I will take a look :) |
Co-authored-by: Irit Katriel <[email protected]>
Thanks @sobolevn for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…notes (pythonGH-111160) (cherry picked from commit fd60549) Co-authored-by: Nikita Sobolev <[email protected]>
…notes (pythonGH-111160) (cherry picked from commit fd60549) Co-authored-by: Nikita Sobolev <[email protected]>
GH-111169 is a backport of this pull request to the 3.12 branch. |
GH-111170 is a backport of this pull request to the 3.11 branch. |
Do we need more tests for this? What else can be added?
doctest
fails to compare tracebacks with notes #111159