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

Method AboutToRun

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

Source from the content-addressed store, hash-verified

277class VerboseProgressIndicator(SimpleProgressIndicator):
278
279 def AboutToRun(self, case):
280 print('Starting %s...' % case.GetLabel())
281 sys.stdout.flush()
282
283 def HasRun(self, output):
284 if output.UnexpectedOutput():

Callers

nothing calls this directly

Calls 3

flushMethod · 0.65
printFunction · 0.50
GetLabelMethod · 0.45

Tested by

no test coverage detected