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: 2.7 documentation about TextTestRunner do not specify all the arguments
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, nicoe, orsenthil, python-dev
Priority: normal Keywords: patch

Created on 2016-01-13 11:07 by nicoe, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unittest_doc_bug.diff nicoe, 2016-01-13 11:07 patch for the documentation review
Messages (3)
msg258140 - (view) Author: Nicolas Évrard (nicoe) * Date: 2016-01-13 11:07
Some of the arguments although specified further in the documentation do not appear in the signature of TextTestRunner.

Here's a simple patch to include them.
msg258269 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-15 05:58
New changeset 687f0d4bc188 by Senthil Kumaran in branch '2.7':
Issue26097 - Fix the TextTestRunner documentation, mention all the arguments of the class.
https://hg.python.org/cpython/rev/687f0d4bc188
msg258270 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2016-01-15 05:58
Thanks for the report. Fixed.
History
Date User Action Args
2022-04-11 14:58:26adminsetgithub: 70285
2016-01-15 05:58:28orsenthilsetstatus: open -> closed

nosy: + orsenthil
messages: + msg258270

resolution: fixed
stage: resolved
2016-01-15 05:58:05python-devsetnosy: + python-dev
messages: + msg258269
2016-01-13 11:07:08nicoecreate