-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-45229: Make ElementTree tests discoverable #108859
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
bpo-45229: Make ElementTree tests discoverable #108859
Conversation
Without the PR, main branch:
With the PR:
regrtest is able to count the number of tests, nice! I counted manually the number of tests in the main branch (count the number of lines in short), and I also see 208 tests! I only see 5 skipped tests, but here 6 are announced. Aha, interesting! |
It counts skipped |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.
8000
11, 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
(cherry picked from commit 074ac1f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-108873 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 074ac1f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-108874 is a backport of this pull request to the 3.11 branch. |
Minor but nice improvement to take :-) |
Uh oh!
There was an error while loading. Please reload this page.