[New-bugs-announce] [issue17871] Wrong signature of TextTestRunner's init function

Piotr Dobrogost report at bugs.python.org
Mon Apr 29 23:06:32 CEST 2013


New submission from Piotr Dobrogost:

TextTestRunner's init as of 3.3.1 has (http://hg.python.org/cpython/file/d9893d13c628/Lib/unittest/runner.py#l128) the following parameters:
stream, descriptions, verbosity, failfast, buffer, resultclass, warnings whereas docs (http://docs.python.org/3.3/library/unittest.html?highlight=unittest#loading-and-running-tests) show only the following parameters:
stream, descriptions, verbosity, runnerclass, warnings

'Failfast' and 'buffer' parameters are missing in the docs and there's 'runnerclass' parameter instead of 'resultclass' parameter.

----------
assignee: docs at python
components: Documentation
messages: 188104
nosy: docs at python, ezio.melotti, michael.foord, piotr.dobrogost
priority: normal
severity: normal
status: open
title: Wrong signature of TextTestRunner's init function
versions: Python 3.4

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


More information about the New-bugs-announce mailing list