[issue17783] run the testsuite in batched mode

2019-04-27 Thread Mark Lawrence


Change by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17783] run the testsuite in batched mode

2014-07-15 Thread Mark Lawrence

Mark Lawrence added the comment:

I'm assuming that this classifies as an enhancement and that the whole world 
ought to be interested in regrtest.

--
nosy: +BreamoreBoy
type:  - enhancement
versions: +Python 3.5 -Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17783
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17783] run the testsuite in batched mode

2013-04-17 Thread Matthias Klose

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