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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to