[issue6391] Incorrect description of unittest.TestCase.run

Ezio Melotti report at bugs.python.org
Wed Jul 1 00:59:50 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Fixed in r73712.
I left "result object" because the object can also be a subclass of
TestResult. I also changed the last part to clarify that the result
object is never returned to the caller, even when it's passed to run().

Thanks!

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list