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 georg.brandl
Recipients georg.brandl, michael.foord, vstinner, xdegaye
Date 2014-10-11.09:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413018442.05.0.51459503694.issue22607@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this feature is generally useful enough to be included.  

* Since you need to modify the test code anyway (adding the try-except), it is probably just as much work to do the selection there.

* Why only add selection of subtests, and not of all tests?

In addition, the patch would have to be reworked: eval()ing an environment variable is not acceptable.

BTW, I think the commonly used term for this is "bisection".
History
Date User Action Args
2014-10-11 09:07:22georg.brandlsetrecipients: + georg.brandl, vstinner, michael.foord, xdegaye
2014-10-11 09:07:22georg.brandlsetmessageid: <1413018442.05.0.51459503694.issue22607@psf.upfronthosting.co.za>
2014-10-11 09:07:21georg.brandllinkissue22607 messages
2014-10-11 09:07:21georg.brandlcreate