New submission from Michael Foord <mich...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5848>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to