Home
last modified time | relevance | path

Searched refs:_exc_info_to_string (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/unittest/
H A 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
/third_party/python/Lib/unittest/test/
H A Dtest_result.py447 result._exc_info_to_string = lambda *_: ''
453 result._exc_info_to_string = lambda *_: ''
459 result._exc_info_to_string = lambda *_: ''
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py1085 traceback = result._exc_info_to_string(err, self)

Completed in 6 milliseconds