mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
This backports: - GH-115813 - GH-115422 Unlike on the main branch, new directories are added to the end, so they're a bit easier to patch out if a redistributor needs to do so. On main & 3.12, there's a special case for `idlelib/idle_test`; on 3.11 TESTSUBDIRS has several more entries that are not in `test/`. This backport ignores all of them (including idlelib). (The alternative would be list them, as additions to TEST_HOME_DIR. But that's probably too invasive; people might split stdlib up in surprising ways.) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_fixcid.py | ||
| test_freeze.py | ||
| test_gprof2html.py | ||
| test_i18n.py | ||
| test_lll.py | ||
| test_makefile.py | ||
| test_md5sum.py | ||
| test_pathfix.py | ||
| test_pdeps.py | ||
| test_pindent.py | ||
| test_reindent.py | ||
| test_sundry.py | ||