[New-bugs-announce] [issue6152] Parellel regression testing

Antoine Pitrou report at bugs.python.org
Sun May 31 03:11:48 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

This experimental patch introduces a new option to run regression tests
in parallel. The option is named '-j' by analogy with the corresponding
`make` option.

For example, to run up to two tests in parallel:
./python -m test.regrtest -j2

----------
components: Tests
files: regrtest.patch
keywords: patch
messages: 88591
nosy: pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Parellel regression testing
type: feature request
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file14125/regrtest.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6152>
_______________________________________


More information about the New-bugs-announce mailing list