Searched refs:printErrorList (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/unittest/ |
D | runner.py | 108 self.printErrorList('ERROR', self.errors) 109 self.printErrorList('FAIL', self.failures) 111 def printErrorList(self, flavour, errors): member in TextTestResult
|
/external/python/cpython3/Lib/test/support/ |
D | testresult.py | 139 self.printErrorList('ERROR', self.errors) 140 self.printErrorList('FAIL', self.failures) 142 def printErrorList(self, flavor, errors): member in RegressionTestResult
|
/external/python/cpython3/Lib/unittest/ |
D | runner.py | 109 self.printErrorList('ERROR', self.errors) 110 self.printErrorList('FAIL', self.failures) 112 def printErrorList(self, flavour, errors): member in TextTestResult
|