cpython/Lib/test/libregrtest
Victor Stinner f7e07840d7 bpo-30284: Fix regrtest for out of tree build (#1481)
Use a build/ directory in the build directory, not in the source
directory, since the source directory may be read-only and must not
be modified.

Fallback on the source directory if the build directory is not
available (missing "abs_builddir" sysconfig variable).
2017-06-15 00:44:05 +02:00
..
__init__.py
cmdline.py bpo-30540: regrtest: add --matchfile option (#1909) 2017-06-09 10:18:48 +02:00
main.py bpo-30284: Fix regrtest for out of tree build (#1481) 2017-06-15 00:44:05 +02: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 bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
save_env.py regrtest: always show before/after of modified env (#1192) 2017-04-20 00:57:30 +02:00
setup.py