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

Method PrintFailureOutput

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

Source from the content-addressed store, hash-verified

329 return filename, line, col
330
331 def PrintFailureOutput(self, failure):
332 output = self.GetFailureOutput(failure)
333 filename, line, column = self.GetAnnotationInfo(failure.test, failure.output)
334 print("::error file=%s,line=%d,col=%d::%s" % (filename, line, column, output.replace('\n', '%0A')))
335
336class TapProgressIndicator(SimpleProgressIndicator):
337

Callers

nothing calls this directly

Calls 3

GetAnnotationInfoMethod · 0.95
GetFailureOutputMethod · 0.80
printFunction · 0.50

Tested by

no test coverage detected