cpython/Lib/test/test_tools
Eric Snow 8ed1495ad9
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527)
Use shutil.copytree rather than Git, which might be missing (or configured
differently) when testing Python built from a source release.
2021-11-23 14:43:40 +01:00
..
__init__.py
__main__.py
test_fixcid.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_freeze.py bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527) 2021-11-23 14:43:40 +01:00
test_gprof2html.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_i18n.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_lll.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_md5sum.py bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) 2021-09-04 23:42:36 +03:00
test_pathfix.py bpo-40275: Use new test.support helper submodules in tests (GH-21727) 2020-08-04 17:53:12 +02:00
test_pdeps.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_pindent.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_reindent.py
test_sundry.py bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) 2020-08-11 06:26:59 -07:00