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 ezio.melotti
Recipients brett.cannon, chris.jerdonek, eric.araujo, ezio.melotti, r.david.murray, rhettinger, sandro.tosi
Date 2013-03-02.17:45:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362246329.84.0.771408160261.issue10967@psf.upfronthosting.co.za>
In-reply-to
Content
> I'd rather not have resources outside the local machine be accessed.

Fair enough.

> If you *also* want a way to skip tests based on resource when running 
> them outside regrtest, then unittest would have to grow a resource API.

This can already be done though -- adding a resource API to unittest would just provide an additional way to do it without going through regrtest.

I don't think we will ever get rid of regrtest.  It would be nice if most of the code could be removed and standard unittest features were used instead, but regrtest will always have more advanced/customized feature built on top of unittest (which is not to say that a resource API for unittest is useless, but that's not a blocker for this issue :).
History
Date User Action Args
2013-03-02 17:45:29ezio.melottisetrecipients: + ezio.melotti, brett.cannon, rhettinger, eric.araujo, r.david.murray, sandro.tosi, chris.jerdonek
2013-03-02 17:45:29ezio.melottisetmessageid: <1362246329.84.0.771408160261.issue10967@psf.upfronthosting.co.za>
2013-03-02 17:45:29ezio.melottilinkissue10967 messages
2013-03-02 17:45:29ezio.melotticreate