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 brett.cannon, chris.jerdonek, eric.araujo, ezio.melotti, r.david.murray, rhettinger, sandro.tosi
Date 2013-03-02.19:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362254282.68.0.748391926092.issue10967@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, but for me the point of running directly under unit test (and unittest discovery) it to be able to use the standard unittest facilities for running a single testcase or individual test.  Converting them to skips without making them run if regrtest isn't active might make things worse for that use case.  If we are going to convert them to skips, why not do it right to start with?  It won't any harder, since the logic will be baked into the skip decorators.
History
Date User Action Args
2013-03-02 19:58:02r.david.murraysetrecipients: + r.david.murray, brett.cannon, rhettinger, ezio.melotti, eric.araujo, sandro.tosi, chris.jerdonek
2013-03-02 19:58:02r.david.murraysetmessageid: <1362254282.68.0.748391926092.issue10967@psf.upfronthosting.co.za>
2013-03-02 19:58:02r.david.murraylinkissue10967 messages
2013-03-02 19:58:02r.david.murraycreate