(original) (raw)

On 12:39 am, collinw@gmail.com wrote:
>Fast and simple: I want all stdlib test cases to stop subclassing
>unittest.TestCase and start subclassing test\_support.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.