MCPcopy Index your code
hub / github.com/nodejs/node / PrintFailureOutput

Method PrintFailureOutput

tools/test.py:137–138  ·  view source on GitHub ↗
(self, failure)

Source from the content-addressed store, hash-verified

135 return output
136
137 def PrintFailureOutput(self, failure):
138 print(self.GetFailureOutput(failure))
139
140 def PrintFailureHeader(self, test):
141 if test.IsNegative():

Callers 1

DoneMethod · 0.45

Calls 2

GetFailureOutputMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected