Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Drunner.py108 self.printErrorList('ERROR', self.errors)
109 self.printErrorList('FAIL', self.failures)
111 def printErrorList(self, flavour, errors): member in TextTestResult