#5834: use "failure" instead of "error" because the two have different meanings in unittest context.

This commit is contained in:
Georg Brandl 2009-04-25 14:51:31 +00:00
parent b581804d69
commit 64034bbf84
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ Test cases
assert_(expr[, msg])
failUnless(expr[, msg])
Signal a test failure if *expr* is false; the explanation for the error
Signal a test failure if *expr* is false; the explanation for the failure
will be *msg* if given, otherwise it will be :const:`None`.
.. deprecated:: 2.7