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 r.david.murray
Recipients ezio.melotti, martin.panter, michael.foord, r.david.murray, rbcollins
Date 2015-05-21.03:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432177864.28.0.437832290084.issue24249@psf.upfronthosting.co.za>
In-reply-to
Content
Having to specify a command line option to get a normally clean test run just doesn't feel like a good API.  If there is a way to set that on the TestCase, that would be OK.

There are other reasons to want the API I suggest, though...there is at least one StackOverflow question asking about how to do it, which is where I got the clue for implementing my hack.
History
Date User Action Args
2015-05-21 03:11:04r.david.murraysetrecipients: + r.david.murray, rbcollins, ezio.melotti, michael.foord, martin.panter
2015-05-21 03:11:04r.david.murraysetmessageid: <1432177864.28.0.437832290084.issue24249@psf.upfronthosting.co.za>
2015-05-21 03:11:04r.david.murraylinkissue24249 messages
2015-05-21 03:11:04r.david.murraycreate