summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-31 14:20:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-31 14:20:14 (GMT)
commit4698d9928ef1547e86a3f692e0c8d77e3f5e869c (patch)
tree40324de40cde2f7b5c9ec762f948f40c9bda8f0b /Misc
parentd198b76d3602aeeb985b8363d6be21602731d367 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6eb1c34..4558e5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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