[issue8906] Document TestCase attributes in class docstring

2013-03-28 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.3, Python 3.4 -Python 3.2 ___ Python tracker

[issue8906] Document TestCase attributes in class docstring

2013-03-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0753a663d27c by Ezio Melotti in branch '2.7': #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. http://hg.python.org/cpython/rev/0753a663d27c New changeset b1c511418b29 by Ezio Melotti in branc

[issue8906] Document TestCase attributes in class docstring

2011-12-18 Thread Boris FELD
Boris FELD added the comment: Add a patch for this issue, move attributes comments in TestCase docstring. I think it should be a good idea too to add their in unittest doc. -- keywords: +patch nosy: +Boris.FELD Added file: http://bugs.python.org/file24024/unittest_docstring.patch

[issue8906] Document TestCase attributes in class docstring

2010-08-03 Thread Dirkjan Ochtman
Changes by Dirkjan Ochtman : -- nosy: +djc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue8906] Document TestCase attributes in class docstring

2010-06-05 Thread Floris Bruynooghe
New submission from Floris Bruynooghe : The unittest.TestCase class has some public attributes: failureException, longMessage and maxDiff. They each have a description in a comment, but I think it would be good if that description got moved into the class docstring so that it would be found u