Issue 17783: run the testsuite in batched mode (original) (raw)
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= which runs the next 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.