[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call

Michael Foord report at bugs.python.org
Mon Jun 27 12:16:24 CEST 2011


Michael Foord <michael at voidspace.org.uk> added the comment:

I have a feeling I added the arguments to TestResult.__init__ to allow it to be used as a silent test result directly in place of TextTestResult. I still need to check this. 

Not adding the arguments to the super call in TextTestResult would have been an oversight. Let me check this understanding is correct, and if there is no reason for it not to pass on those arguments I'll fix it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12376>
_______________________________________


More information about the Python-bugs-list mailing list