Uh oh!
There was an error while loading. Please reload this page.
bpo-45229: Make ElementTree tests discoverable - #108859
Conversation
vstinner
commented
Sep 4, 2023
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! |
serhiy-storchaka
commented
Sep 4, 2023
It counts skipped |
miss-islington
commented
Sep 4, 2023
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
miss-islington
commented
Sep 4, 2023
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
miss-islington
commented
Sep 4, 2023
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
(cherry picked from commit 074ac1f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot
commented
Sep 4, 2023
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>
bedevere-bot
commented
Sep 4, 2023
GH-108874 is a backport of this pull request to the 3.11 branch. |
vstinner
commented
Sep 4, 2023
Minor but nice improvement to take :-) |
Uh oh!
There was an error while loading. Please reload this page.