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 michael.foord
Recipients ezio.melotti, michael.foord, pitrou, r.david.murray, rbcollins, serhiy.storchaka, terry.reedy, zach.ware
Date 2013-07-23.08:37:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374568672.69.0.163716807197.issue18526@psf.upfronthosting.co.za>
In-reply-to
Content
My question is, is this generally useful enough for test suites beyond the Python standard library. Essentially it provides a command line interface to specialized test skipping. 

I *still* feel that a generalized mechanism for adding command line options to the standard test runner would allow for this and a myriad of other slightly specialized use cases. It's hard to see how to do that cleanly without full blown extension machinery (which I'm in favour of and have prototyped but it is a *much* bigger change set).
History
Date User Action Args
2013-07-23 08:37:52michael.foordsetrecipients: + michael.foord, terry.reedy, pitrou, rbcollins, ezio.melotti, r.david.murray, zach.ware, serhiy.storchaka
2013-07-23 08:37:52michael.foordsetmessageid: <1374568672.69.0.163716807197.issue18526@psf.upfronthosting.co.za>
2013-07-23 08:37:52michael.foordlinkissue18526 messages
2013-07-23 08:37:52michael.foordcreate