cpython/Lib/test/libregrtest
Victor Stinner 62881a79a8
gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)
regrtest: --fast-ci and --slow-ci options no longer enable --rerun if
the --python option is used.
2023-09-27 16:09:23 +02:00
..
__init__.py gh-109162: libregrtest: use relative imports (#109250) 2023-09-11 07:02:35 +00:00
cmdline.py gh-109566: regrtest doesn't enable --rerun if --python is used (#109969) 2023-09-27 16:09:23 +02:00
findtests.py gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) 2023-09-15 09:52:24 +02:00
logger.py gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454) 2023-09-15 17:01:28 +00:00
main.py gh-109566: Fix regrtest Python options for WASM/WASI (#109954) 2023-09-27 12:01:16 +02:00
mypy.ini gh-109413: Improve mypy config for libregrtest (#109518) 2023-09-17 17:35:51 -07:00
pgo.py gh-109162: Refactor libregrtest.Regrtest (#109206) 2023-09-10 03:07:05 +02:00
refleak.py gh-109413: libregrtest: Add and improve type annotations (#109405) 2023-09-14 18:33:18 +00:00
result.py gh-109276: libregrtest: use separated file for JSON (#109277) 2023-09-11 19:33:42 +02:00
results.py gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570) 2023-09-26 17:22:50 +02:00
run_workers.py gh-109425: regrtest decodes worker stdout with backslashreplace (#109428) 2023-09-14 23:37:37 +00:00
runtests.py gh-109413: libregrtest: Add and improve type annotations (#109405) 2023-09-14 18:33:18 +00:00
save_env.py gh-109276: libregrtest only checks saved_test_environment() once (#109278) 2023-09-12 05:01:33 +02:00
setup.py gh-109276, gh-109508: Fix libregrtest stdout (#109903) 2023-09-26 21:34:50 +02:00
single.py gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454) 2023-09-15 17:01:28 +00:00
utils.py gh-109615: Fix support test_copy_python_src_ignore() (#109958) 2023-09-27 12:32:12 +02:00
win_utils.py bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) 2022-03-22 00:06:55 +00:00
worker.py gh-109566: Fix regrtest Python options for WASM/WASI (#109954) 2023-09-27 12:01:16 +02:00