cpython/Lib/test/libregrtest
Victor Stinner 9ccd2e6aee
gh-109402: Fix regrtest findtests() (#109403)
Check for the full module name in SPLITTESTDIRS, not the relative
module name.
2023-09-14 13:15:42 +00:00
..
__init__.py gh-109162: libregrtest: use relative imports (#109250) 2023-09-11 07:02:35 +00:00
cmdline.py gh-109162: libregrtest: add worker.py (#109229) 2023-09-11 01:11:22 +02:00
findtests.py gh-109402: Fix regrtest findtests() (#109403) 2023-09-14 13:15:42 +00:00
logger.py gh-109162: libregrtest: use relative imports (#109250) 2023-09-11 07:02:35 +00:00
main.py gh-109276: libregrtest: WASM use filename for JSON (#109340) 2023-09-13 00:41:25 +02:00
pgo.py gh-109162: Refactor libregrtest.Regrtest (#109206) 2023-09-10 03:07:05 +02:00
refleak.py gh-109162: libregrtest: use relative imports (#109250) 2023-09-11 07:02:35 +00:00
result.py gh-109276: libregrtest: use separated file for JSON (#109277) 2023-09-11 19:33:42 +02:00
results.py gh-109162: libregrtest: use relative imports (#109250) 2023-09-11 07:02:35 +00:00
run_workers.py gh-109276: libregrtest: fix work dir on WASI (#109356) 2023-09-13 01:40:44 +00:00
runtests.py gh-109276: libregrtest: WASM use stdout for JSON (#109355) 2023-09-13 02:24:43 +02: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: libregrtest calls random.seed() before each test (#109279) 2023-09-12 05:35:08 +02:00
single.py gh-109276: libregrtest only checks saved_test_environment() once (#109278) 2023-09-12 05:01:33 +02:00
utils.py gh-109276: libregrtest: fix work dir on WASI (#109356) 2023-09-13 01:40:44 +00: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-109276: libregrtest: WASM use stdout for JSON (#109355) 2023-09-13 02:24:43 +02:00