mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
regression tests in parallel, shortening the total runtime.
This commit is contained in:
parent
d198b76d36
commit
4698d9928e
4 changed files with 153 additions and 59 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue