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: Minor unittest doc patch
Type: Stage:
Components: Documentation, Library (Lib) Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: georg.brandl, michael.foord
Priority: normal Keywords: easy, needs review, patch

Created on 2009-04-26 21:21 by michael.foord, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unittest-doc.patch michael.foord, 2009-04-26 21:21
Messages (2)
msg86608 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2009-04-26 21:21
Removes some blank lines from unittest.rst that were suppressing some 
version changed messages from appearing in output.

Also added documentation for TestSuite.__iter__ and 
TextTestRunner._makeResult as they are unittest extensibility points.

I see _makeResult as 'protected' rather than 'private'. Subclasses 
override this method to use a custom test result.
msg86684 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-04-27 17:04
Committed as r72036.
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50098
2009-04-27 17:04:39georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg86684

keywords: patch, patch, easy, needs review
resolution: accepted
2009-04-26 21:21:34michael.foordcreate