This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: unittest.TextTestRunner missing run() documentation.
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: arnaut-billings, docs@python, ezio.melotti, michael.foord, python-dev
Priority: normal Keywords: easy

Created on 2013-12-20 09:08 by arnaut-billings, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg206671 - (view) Author: Arnaut Billings (arnaut-billings) Date: 2013-12-20 09:08
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 that class actually is and does.
msg207086 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-29 23:39
New changeset 19464d77ec2e by Michael Foord in branch 'default':
Closes issue 20031. Document unittest.TextTestRunner.run method.
http://hg.python.org/cpython/rev/19464d77ec2e
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64230
2013-12-29 23:39:07python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg207086

resolution: fixed
stage: needs patch -> resolved
2013-12-20 09:24:31ezio.melottisetkeywords: + easy
2013-12-20 09:23:58ezio.melottisetnosy: + ezio.melotti, michael.foord
stage: needs patch
type: enhancement

versions: + Python 3.4
2013-12-20 09:08:19arnaut-billingscreate