New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6152>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to