Lines Matching refs:failure
42 def create_failure(test, time, failure):
45 info._failure = failure
67 self._print_error(stream, 'failure', self._failure)
73 """Print information from a failure or error to the supplied stream."""
225 expected string should have the value "0.000". All error and failure
237 # Likewise, replace all failure and error messages by a simple "Foobar"
239 got = re.sub(r'(?s)<failure (.*?)>.*?</failure>', r'<failure \1>Foobar</failure>', got)
282 <failure type="exceptions.AssertionError">Foobar</failure>