[issue20031] unittest.TextTestRunner missing run() documentation.

2013-12-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 19464d77ec2e by Michael Foord in branch 'default': Closes issue 20031. Document unittest.TextTestRunner.run method. http://hg.python.org/cpython/rev/19464d77ec2e -- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/reje

[issue20031] unittest.TextTestRunner missing run() documentation.

2013-12-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue20031] unittest.TextTestRunner missing run() documentation.

2013-12-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti, michael.foord stage: -> needs patch type: -> enhancement versions: +Python 3.4 ___ Python tracker ___

[issue20031] unittest.TextTestRunner missing run() documentation.

2013-12-20 Thread Arnaut Billings
New submission from Arnaut Billings: Here: http://docs.python.org/3/library/unittest.html 1) unittest.TextTestRunner is missing documentation for its public run method. 2) There are references to the TestRunner class sprinkled through out the above page, yet no link or documentation as to what