]> granicus.if.org Git - python/commit
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 31 May 2009 14:20:14 +0000 (14:20 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 31 May 2009 14:20:14 +0000 (14:20 +0000)
commit4698d9928ef1547e86a3f692e0c8d77e3f5e869c
tree40324de40cde2f7b5c9ec762f948f40c9bda8f0b
parentd198b76d3602aeeb985b8363d6be21602731d367
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
regression tests in parallel, shortening the total runtime.
Doc/whatsnew/2.7.rst
Lib/test/regrtest.py
Lib/test/test_support.py
Misc/NEWS