cpython/Lib/test/libregrtest
Victor Stinner ec4b17239d regrtest: always show before/after of modified env (#1192)
Buildbots don't run tests with -vv and so only log "xxx was modified
by test_xxx" which is not enough to debug such random issue. In many
cases, I'm unable to reproduce the warning and so unable to fix it.

Always logging the value before and value after should help to debug
such warning on buildbots.
2017-04-20 00:57:30 +02:00
..
__init__.py
cmdline.py
main.py regrtest: don't fail immediately if a child does crash 2017-02-06 12:42:00 +01:00
refleak.py bpo-29638: Fix spurious refleaks after typing is imported (#469) 2017-03-05 20:15:20 +02:00
runtest.py
runtest_mp.py regrtest: don't fail immediately if a child does crash 2017-02-06 12:42:00 +01:00
save_env.py regrtest: always show before/after of modified env (#1192) 2017-04-20 00:57:30 +02:00
setup.py