Home
last modified time | relevance | path

Searched refs:printErrorList (Results 1 – 2 of 2) 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/unittest/
Drunner.py116 self.printErrorList('ERROR', self.errors)
117 self.printErrorList('FAIL', self.failures)
119 def printErrorList(self, flavour, errors): member in TextTestResult