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

Method AboutToRun

tools/test.py:463–464  ·  view source on GitHub ↗
(self, case)

Source from the content-addressed store, hash-verified

461 self.PrintProgress('Done\n')
462
463 def AboutToRun(self, case):
464 self.PrintProgress(case.GetLabel())
465
466 def HasRun(self, output):
467 if output.UnexpectedOutput():

Callers

nothing calls this directly

Calls 2

PrintProgressMethod · 0.95
GetLabelMethod · 0.45

Tested by

no test coverage detected