[issue5834] The word "error" used instead of "failure"

Kurt McKee report at bugs.python.org
Sat Apr 25 06:49:14 CEST 2009


New submission from Kurt McKee <contactme at kurtmckee.org>:

In the unittest documentation a distinction is made between the word
"error" and "failure". However, the description for the
TestCase.assertTrue() function reads:

"Signal a test failure if expr is false; the explanation for the error..."

The word "error" should instead read "failure" in order to maintain
consistency with the words' uses throughout the rest of the documentation.

----------
assignee: georg.brandl
components: Documentation
messages: 86444
nosy: georg.brandl, kurtmckee
severity: normal
status: open
title: The word "error" used instead of "failure"

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


More information about the Python-bugs-list mailing list