[New-bugs-announce] [issue11407] unittest.TestCase.run should return result

Michael Foord report at bugs.python.org
Sat Mar 5 14:43:31 CET 2011


New submission from Michael Foord <michael at voidspace.org.uk>:

If you call TestCase.run without an argument it will create a default TestResult and use it to execute the test. It should return the result so that you can introspect it.

----------
assignee: michael.foord
messages: 130120
nosy: michael.foord
priority: normal
severity: normal
status: open
title: unittest.TestCase.run should return result
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list