| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Without the PR, main branch: $ ./python -m test -v test_xml_etree_c (...) Warning -- test_xml_etree_c test runner returned None: <function test_main at 0x7f94a1758650> Total duration: 2.3 sec Total tests: run=0 Total test files: run=1/1 With the PR: $ ./python -m test -v test_xml_etree_c (...) Total tests: run=208 skipped=6 Total test files: run=1/1 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! |
Sorry, something went wrong.
It counts skipped NoAcceleratorTest. In the old code it was not added to the explicit list of test classes. |
Sorry, something went wrong.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict. |
Sorry, something went wrong.
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.11 due to a conflict. |
Sorry, something went wrong.
(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. |
Sorry, something went wrong.
(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. |
Sorry, something went wrong.
Minor but nice improvement to take :-) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.