Home
last modified time | relevance | path

Searched refs:printErrorList (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/unittest/
Drunner.py108 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/
Dtestresult.py139 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/
Drunner.py109 self.printErrorList('ERROR', self.errors)
110 self.printErrorList('FAIL', self.failures)
112 def printErrorList(self, flavour, errors): member in TextTestResult