Searched refs:_exc_info_to_string (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/unittest/ |
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
|
/external/python/cpython2/Lib/unittest/ |
D | result.py | 116 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/ |
D | test_result.py | 274 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/ |
D | test_result.py | 418 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/ |
D | testpatch.py | 1074 traceback = result._exc_info_to_string(err, self)
|
/external/python/mock/mock/tests/ |
D | testpatch.py | 1055 traceback = result._exc_info_to_string(err, self)
|