This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2013-04-17.19:37:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366227480.23.0.0819092121273.issue17783@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-17 19:38:00dokosetrecipients: + doko
2013-04-17 19:38:00dokosetmessageid: <1366227480.23.0.0819092121273.issue17783@psf.upfronthosting.co.za>
2013-04-17 19:38:00dokolinkissue17783 messages
2013-04-17 19:37:59dokocreate