[New-bugs-announce] [issue5848] Minor unittest doc patch

Michael Foord report at bugs.python.org
Sun Apr 26 23:21:35 CEST 2009


New submission from Michael Foord <michael at voidspace.org.uk>:

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.

----------
assignee: michael.foord
components: Documentation, Library (Lib)
files: unittest-doc.patch
keywords: easy, needs review, patch, patch
messages: 86608
nosy: michael.foord
severity: normal
status: open
title: Minor unittest doc patch
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file13792/unittest-doc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5848>
_______________________________________


More information about the New-bugs-announce mailing list