Searched refs:_exc_info_to_string (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/unittest/ |
H A D | result.py | 115 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 D | test_result.py | 447 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 D | testpatch.py | 1085 traceback = result._exc_info_to_string(err, self)
|
Completed in 6 milliseconds