-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-32424: Improve test coverage for xml.etree.ElementTree #12891
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
@serhiy-storchaka @scoder Can you review these with fresh eyes? I haven't necessarily attempted to address comments from the previous PR, but I want to make sure we at least have a separation of concerns. |
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.
The comments from GH-5046 still apply.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
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 added the comments that I think still apply.
fec9b9b
to
8f4adcd
Compare
8f4adcd
to
96e6599
Compare
96e6599
to
7338f47
Compare
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.
Addressed comments.
I have made the requested changes; please review again. |
Thanks for making the requested changes! @scoder: please review the changes made to this pull request. |
Thanks. |
Thanks for sticking with this! |
(Spun off from #5046.)
Add unit tests to improve coverage for xml.etree.ElementTree.
According to my testing, these should all pass in both the C and Python implementations of ElementTree.
https://bugs.python.org/issue32424