[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 rep...@bugs.python.org
http://bugs.python.org/issue8906
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 branch '3.3':
#8906: document failureException, longMessage, and maxDiff in the class 
docstring.  Patch by Boris Feld.
http://hg.python.org/cpython/rev/b1c511418b29

New changeset 49cf8f656e9e by Ezio Melotti in branch 'default':
#8906: merge with 3.3.
http://hg.python.org/cpython/rev/49cf8f656e9e

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8906
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8906] Document TestCase attributes in class docstring

2011-12-18 Thread Boris FELD

Boris FELD lothiral...@gmail.com 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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8906
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8906] Document TestCase attributes in class docstring

2010-08-03 Thread Dirkjan Ochtman

Changes by Dirkjan Ochtman dirk...@ochtman.nl:


--
nosy: +djc

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8906
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8906] Document TestCase attributes in class docstring

2010-06-05 Thread Floris Bruynooghe

New submission from Floris Bruynooghe floris.bruynoo...@gmail.com:

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 using help().

--
components: Library (Lib)
messages: 107132
nosy: ezio.melotti, flub
priority: normal
severity: normal
status: open
title: Document TestCase attributes in class docstring
type: feature request
versions: Python 2.7, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8906
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com