Home
last modified time | relevance | path

Searched refs:_exc_info_to_string (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/unittest/
Dresult.py115 self.errors.append((test, self._exc_info_to_string(err, test)))
122 self.failures.append((test, self._exc_info_to_string(err, test)))
139 errors.append((subtest, self._exc_info_to_string(err, test)))
153 (test, self._exc_info_to_string(err, test)))
173 def _exc_info_to_string(self, err, test): member in TestResult
/external/python/cpython2/Lib/unittest/
Dresult.py116 self.errors.append((test, self._exc_info_to_string(err, test)))
123 self.failures.append((test, self._exc_info_to_string(err, test)))
137 (test, self._exc_info_to_string(err, test)))
152 def _exc_info_to_string(self, err, test): member in TestResult
/external/python/cpython2/Lib/unittest/test/
Dtest_result.py274 result._exc_info_to_string = lambda *_: ''
280 result._exc_info_to_string = lambda *_: ''
286 result._exc_info_to_string = lambda *_: ''
/external/python/cpython3/Lib/unittest/test/
Dtest_result.py418 result._exc_info_to_string = lambda *_: ''
424 result._exc_info_to_string = lambda *_: ''
430 result._exc_info_to_string = lambda *_: ''
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1074 traceback = result._exc_info_to_string(err, self)
/external/python/mock/mock/tests/
Dtestpatch.py1055 traceback = result._exc_info_to_string(err, self)