cpython/Lib/test/libregrtest
Łukasz Langa f1afef5e0d
bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287)
* Move to a static argparse.Namespace subclass
* Roughly annotate runtest.py
* Refactor libregrtest to use lossless test result objects
* Only re-run test methods that match names of previously failing test methods
* Adopt tests to cover test method name matching

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2021-07-22 20:25:58 +02:00
..
__init__.py
cmdline.py bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) 2021-07-22 20:25:58 +02:00
main.py bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) 2021-07-22 20:25:58 +02:00
pgo.py
refleak.py Delete line that was accidentally copied. (GH-26624) 2021-06-09 15:55:35 +01:00
runtest.py bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) 2021-07-22 20:25:58 +02:00
runtest_mp.py bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) 2021-07-22 20:25:58 +02:00
save_env.py
setup.py bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187) 2021-07-16 15:24:02 +02:00
utils.py bpo-43843: libregrtest uses threading.excepthook (GH-25400) 2021-04-16 14:33:10 +02:00
win_utils.py