diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-31 14:20:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-31 14:20:14 (GMT) |
commit | 4698d9928ef1547e86a3f692e0c8d77e3f5e869c (patch) | |
tree | 40324de40cde2f7b5c9ec762f948f40c9bda8f0b /Misc | |
parent | d198b76d3602aeeb985b8363d6be21602731d367 (diff) | |
download | cpython-4698d9928ef1547e86a3f692e0c8d77e3f5e869c.zip cpython-4698d9928ef1547e86a3f692e0c8d77e3f5e869c.tar.gz cpython-4698d9928ef1547e86a3f692e0c8d77e3f5e869c.tar.bz2 |
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
regression tests in parallel, shortening the total runtime.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1104,6 +1104,9 @@ Extension Modules Tests ----- +- Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running + regression tests in parallel, shortening the total runtime. + - Issue #5354: New test support function import_fresh_module() makes it easy to import both normal and optimised versions of modules. test_heapq and test_warnings have been adjusted to use it, tests for |