MCPcopy Index your code
hub / github.com/python/cpython / addError

Method addError

Lib/test/libregrtest/testresult.py:107–109  ·  view source on GitHub ↗
(self, test, err)

Source from the content-addressed store, hash-verified

105 }
106
107 def addError(self, test, err):
108 self._add_result(test, True, error=self.__makeErrorDict(*err))
109 super().addError(test, err)
110
111 def addExpectedFailure(self, test, err):
112 self._add_result(test, True, output=self.__makeErrorDict(*err))

Callers

nothing calls this directly

Calls 3

_add_resultMethod · 0.95
__makeErrorDictMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected