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.16:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362242937.72.0.787410053207.issue10967@psf.upfronthosting.co.za>
In-reply-to
Content
We have previously discussed adding resource-awareness to unittest, but that is a much bigger project (API design, scope considerations, etc etc).  In the meantime, what we could do is modify the current resource-skip logic slightly: make it so that tests are *not* skipped for resource reasons *unless* some flag in support is set indicating that resource enforcement is in effect *and* the specified resource is not in the list of currently-asserted resources.  That way tests are only skipped for resource reasons if run via regrtest.
History
Date User Action Args
2013-03-02 16:48:57r.david.murraysetrecipients: + r.david.murray, brett.cannon, rhettinger, ezio.melotti, eric.araujo, sandro.tosi, chris.jerdonek
2013-03-02 16:48:57r.david.murraysetmessageid: <1362242937.72.0.787410053207.issue10967@psf.upfronthosting.co.za>
2013-03-02 16:48:57r.david.murraylinkissue10967 messages
2013-03-02 16:48:57r.david.murraycreate