[issue9454] unittest.expectedFailure decorator does not maintain target function's docstring.

Mark Smith report at bugs.python.org
Mon Aug 2 15:20:23 CEST 2010


Mark Smith <mark.smith at practicalpoetry.co.uk> added the comment:

Removed the failing test patch, because it didn't demonstrate what I thought it did. Unwrapped tests also don't have docstrings, because they are instances of the TestCase, not references to the function.

----------

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


More information about the Python-bugs-list mailing list