cpython/Lib/test/libregrtest
Victor Stinner 1ec45378e9
gh-109162: libregrtest: add single.py and result.py (#109243)
* Add single.py and result.py files.
* Rename runtest.py to runtests.py.
* Move run_single_test() function and its helper functions to
  single.py.
* Move remove_testfn(), abs_module_name() and normalize_test_name()
  to utils.py.
* Move setup_support() to setup.py.
* Move type hints like TestName to utils.py.
* Rename runtest.py to runtests.py.
2023-09-11 00:07:18 +00:00
..
__init__.py
cmdline.py gh-109162: libregrtest: add worker.py (#109229) 2023-09-11 01:11:22 +02:00
findtests.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
logger.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
main.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
pgo.py gh-109162: Refactor libregrtest.Regrtest (#109206) 2023-09-10 03:07:05 +02:00
refleak.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
result.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
results.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
runtest_mp.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
runtests.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
save_env.py regrtest computes statistics (#108793) 2023-09-02 18:09:36 +02:00
setup.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
single.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
utils.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00
win_utils.py
worker.py gh-109162: libregrtest: add single.py and result.py (#109243) 2023-09-11 00:07:18 +00:00