[issue6391] Incorrect description of unittest.TestCase.run

En-Ran Zhou report at bugs.python.org
Tue Jun 30 21:43:09 CEST 2009


New submission from En-Ran Zhou <zhouer at gmail.com>:

In Python 2.6 Document, Library reference 26.3 unittest
(http://docs.python.org/library/unittest.html#unittest.TestCase.run)
The description of TestCase.run method says that ``If result is omitted
or None, a temporary result object is created (by calling the
defaultTestCase() method) and used'', but I think it should be
defaultTestResult() instead of defaultTestCase().

----------
assignee: georg.brandl
components: Documentation
messages: 89948
nosy: georg.brandl, zhouer
severity: normal
status: open
title: Incorrect description of unittest.TestCase.run
versions: Python 2.6, Python 2.7

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


More information about the Python-bugs-list mailing list