cpython/Lib/test/libregrtest
Victor Stinner d663d34685
bpo-39983: Add test.support.print_warning() (GH-19683)
Log "Warning -- ..." test warnings into sys.__stderr__ rather than
sys.stderr, to ensure to display them even if sys.stderr is captured.

test.libregrtest.utils.print_warning() now calls
test.support.print_warning().
2020-04-23 19:03:52 +02:00
..
__init__.py
cmdline.py bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) 2019-11-19 23:46:49 +00:00
main.py regrtest: log timeout at startup (GH-19514) 2020-04-14 18:29:44 +02:00
pgo.py
refleak.py
runtest.py bpo-39983: Add test.support.print_warning() (GH-19683) 2020-04-23 19:03:52 +02:00
runtest_mp.py regrtest: log timeout at startup (GH-19514) 2020-04-14 18:29:44 +02:00
save_env.py
setup.py
utils.py bpo-39983: Add test.support.print_warning() (GH-19683) 2020-04-23 19:03:52 +02:00
win_utils.py