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 brett.cannon
Recipients alecsandru.patrascu, brett.cannon, gregory.p.smith, larry, pitrou, python-dev, scoder, skip.montanaro, skrah, vstinner
Date 2015-09-19.23:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442704832.93.0.577593375481.issue24915@psf.upfronthosting.co.za>
In-reply-to
Content
I gave the custom test runner a try using unittest's discovery facility, but it started to execute the whole test suite again, so it's a bit more complicated than you might think (I guess it imported regrtest or something?).
History
Date User Action Args
2015-09-19 23:20:32brett.cannonsetrecipients: + brett.cannon, skip.montanaro, gregory.p.smith, pitrou, scoder, vstinner, larry, skrah, python-dev, alecsandru.patrascu
2015-09-19 23:20:32brett.cannonsetmessageid: <1442704832.93.0.577593375481.issue24915@psf.upfronthosting.co.za>
2015-09-19 23:20:32brett.cannonlinkissue24915 messages
2015-09-19 23:20:32brett.cannoncreate