]> granicus.if.org Git - python/commit
Issue #25220: Create libregrtest/runtest_mp.py
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 21:15:38 +0000 (23:15 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 21:15:38 +0000 (23:15 +0200)
commit56e05dd0b03386b2da879283f6ab165f857417be
tree7199eee5f04334e8d534bcbbfb5a510e619f35ed
parentdad20e4876b339a559d61810299f96712719687e
Issue #25220: Create libregrtest/runtest_mp.py

Move the code to run tests in multiple processes using threading and subprocess
to a new submodule.

Move also slave_runner() (renamed to run_tests_slave()) and
run_test_in_subprocess() (renamed to run_tests_in_subprocess()) there.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py [new file with mode: 0644]