cpython/Lib/test/libregrtest
Victor Stinner ecef622fec Issue #25220, libregrtest: Call setup_python(ns) in the slaves
Slaves (child processes running tests for regrtest -jN) now inherit
--memlimit/-M, --threshold/-t and --nowindows/-n options.

* -M, -t and -n are now supported with -jN
* Factorize code to run tests.
* run_test_in_subprocess() now pass the whole "ns" namespace to the child
  process.
2015-09-30 01:39:28 +02:00
..
__init__.py Issue #25220: Fix Lib/test/autotest.py 2015-09-27 11:19:08 +02:00
cmdline.py Issue #25220, libregrtest: Call setup_python(ns) in the slaves 2015-09-30 01:39:28 +02:00
main.py Issue #25220, libregrtest: Call setup_python(ns) in the slaves 2015-09-30 01:39:28 +02:00
refleak.py Issue #25220: Use print(flush=True) in libregrtest 2015-09-30 00:48:27 +02:00
runtest.py Issue #25220, libregrtest: Add runtest_ns() function 2015-09-30 01:32:39 +02:00
runtest_mp.py Issue #25220, libregrtest: Call setup_python(ns) in the slaves 2015-09-30 01:39:28 +02:00
save_env.py Issue #25220: Move most regrtest.py code to libregrtest 2015-09-26 10:38:01 +02:00
setup.py Issue #25220, libregrtest: Move setup_python() to a new submodule 2015-09-30 01:13:53 +02:00