[issue1955] fix using unittest as a superclass

Antoine Pitrou report at bugs.python.org
Mon Jan 28 16:10:07 CET 2008


Antoine Pitrou added the comment:

I don't really understand what problem you are trying to solve. Can you
attach a sample script to show it more clearly?

Also, the only thing your patch does is rename Test(Case|Suite)
references to unittest.Test(Case|Suite)... I doubt it would have any
effect unless you were monkeypatching the unittest module to replace
those classes with other ones (which should certainly be considered very
dirty ;-)).

----------
nosy: +pitrou

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1955>
__________________________________


More information about the Python-bugs-list mailing list