cpython/Lib/test/libregrtest
Victor Stinner 1ebd798fdd
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
support.print_warning() now flushs sys.stdout.
2021-10-11 23:07:21 +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-45118: Fix regrtest second summary for re-run tests (GH-28183) 2021-09-07 18:21:00 +02:00
pgo.py
refleak.py Fix typos in the Lib directory (GH-28775) 2021-10-06 16:13:48 -07:00
runtest.py bpo-44895: libregrtest: refleak check clears types later (GH-28113) 2021-09-01 17:45:27 +02:00
runtest_mp.py bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819) 2021-10-08 17:14:37 +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-45410: Add test.support.flush_std_streams() (GH-28885) 2021-10-11 23:07:21 +02:00
win_utils.py