MCPcopy Create free account
hub / github.com/apache/cloudstack / handleFailure

Method handleFailure

tools/marvin/marvin/marvinPlugin.py:216–221  ·  view source on GitHub ↗

Adds Failing test cases and information to log.

(self, test, err)

Source from the content-addressed store, hash-verified

214 return self.__testRunner
215
216 def handleFailure(self, test, err):
217 '''
218 Adds Failing test cases and information to log.
219 '''
220 self.printMsg(FAILED, self.__testName, GetDetailExceptionInfo(err))
221 self.__testResult = FAILED
222
223 def startMarvin(self):
224 '''

Callers

nothing calls this directly

Calls 2

printMsgMethod · 0.95
GetDetailExceptionInfoFunction · 0.90

Tested by

no test coverage detected