[New-bugs-announce] [issue17783] run the testsuite in batched mode

Matthias Klose report at bugs.python.org
Wed Apr 17 21:38:00 CEST 2013


New submission from Matthias Klose:

running all the tests in one batch sometimes can go wrong. there is of course the --single mode, but starting the testsuite for each single test seems to be a bit of overhead.  So extend the --single API to something like --next=<n> which runs the next <n> tests. or would --batch be a better name? and maybe don't change the single default parameter in the signature, and introduce a new parameter.

the proposed patch is currently against the 3.3 branch, and without doc changes.

----------
components: Tests
files: batch-test.diff
keywords: patch
messages: 187199
nosy: doko
priority: normal
severity: normal
stage: patch review
status: open
title: run the testsuite in batched mode
versions: Python 3.4
Added file: http://bugs.python.org/file29909/batch-test.diff

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


More information about the New-bugs-announce mailing list