cpython/Lib/test/libregrtest
Victor Stinner a189e3dd03
gh-150114: Fix get_process_memory_usage() on Windows (#150399)
Catch OSError if the process exited.
2026-05-25 14:04:37 +00:00
..
__init__.py
cmdline.py gh-142389: Add backticks to stdlib argparse help to display in colour (#149384) 2026-05-04 22:23:18 +00:00
filter.py
findtests.py gh-139322: Create test_os package (#139453) 2025-10-01 16:42:45 +02:00
logger.py gh-150114: Log the memory usage in regrtest (#150255) 2026-05-22 19:05:45 +02:00
main.py gh-150114: Log the memory usage in regrtest in sequential mode (#150264) 2026-05-22 22:26:15 +02:00
mypy.ini gh-109413: Enable mypy's disallow_any_generics setting when checking libregrtest (#127033) 2024-11-19 22:41:59 +03:00
parallel_case.py gh-131152: Remove unused imports from tests (#131153) 2025-03-13 10:55:23 +01:00
pgo.py gh-128690: temporarily do not use test_embed in PGO profile builds (#128771) 2025-01-13 04:02:18 -05:00
refleak.py gh-118803: Make ByteString deprecations louder; remove ByteString from typing.__all__ and collections.abc.__all__ (#139127) 2025-09-18 18:58:16 +00:00
result.py gh-127718: Add colour to test.regrtest output (#127719) 2024-12-10 09:44:15 +02:00
results.py gh-127718: Add colour to test.regrtest output (#127719) 2024-12-10 09:44:15 +02:00
run_workers.py gh-150114: Log the memory usage in regrtest (#150255) 2026-05-22 19:05:45 +02:00
runtests.py gh-148014: Accept a function name in -X presite option (#148015) 2026-04-07 14:05:39 +00:00
save_env.py gh-140482: Preserve and restore stty echo as a test environment (#140519) 2025-10-24 11:07:08 -07:00
setup.py gh-140082: Forward colorizing from libregrtest to unittest (#140083) 2025-10-29 13:33:44 +01:00
single.py Update mypy to 2.1.0 (#149709) 2026-05-12 08:40:51 +00:00
testresult.py gh-121188: Sanitize invalid XML characters in regrtest (#121195) 2024-07-01 08:30:33 +00:00
tsan.py gh-149101: Implement PEP 788 (GH-149116) 2026-05-06 17:39:30 -04:00
utils.py gh-150114: Fix get_process_memory_usage() on Windows (#150399) 2026-05-25 14:04:37 +00:00
win_utils.py
worker.py gh-146202: Create tmp_dir in regrtest worker (#146347) 2026-03-23 23:47:47 +00:00