Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/test_utils/
Dunittest.py1405 self.printErrorList('ERROR', self.errors)
1406 self.printErrorList('FAIL', self.failures)
1408 def printErrorList(self, flavour, errors): member in _TextTestResult