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

Method _printDiagnostic

tools/test.py:338–344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

336class TapProgressIndicator(SimpleProgressIndicator):
337
338 def _printDiagnostic(self):
339 logger.info(' severity: %s', self.severity)
340 self.exitcode and logger.info(' exitcode: %s', self.exitcode)
341 logger.info(' stack: |-')
342
343 for l in self.traceback.splitlines():
344 logger.info(' ' + l)
345
346 def Starting(self):
347 logger.info('TAP version 13')

Callers 1

HasRunMethod · 0.95

Calls 2

infoMethod · 0.80
splitlinesMethod · 0.45

Tested by

no test coverage detected