[Python-Dev] Tweaking the stdlib test infrastructure (original) (raw)
glyph at divmod.com glyph at divmod.com
Tue Apr 24 17:31:14 CEST 2007
- Previous message: [Python-Dev] Tweaking the stdlib test infrastructure
- Next message: [Python-Dev] Tweaking the stdlib test infrastructure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12:39 am, collinw at gmail.com wrote:
Fast and simple: I want all stdlib test cases to stop subclassing unittest.TestCase and start subclassing testsupport.TestCase.
So: any objections to making this change?
Not an objection so much as a question - if these feature additions are generally interesting (and the ones you mentioned sounded like they are) why not simply add them to unittest.TestCase itself? After all, that is in the stdlib itself already. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-dev/attachments/20070424/04b3b024/attachment.html
- Previous message: [Python-Dev] Tweaking the stdlib test infrastructure
- Next message: [Python-Dev] Tweaking the stdlib test infrastructure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]