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

Method execute

deps/v8/tools/testrunner/utils/test_utils.py:298–308  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

296 log_process_stats=log_process_stats)
297
298 def execute(self):
299 FakeCommand.counter += 1
300 return output.Output(
301 0, #return_code,
302 False, # TODO: Figure out timeouts.
303 f'fake stdout {FakeCommand.counter}',
304 f'fake stderr {FakeCommand.counter}',
305 -1, # No pid available.
306 start_time=1,
307 end_time=100,
308 )

Callers 1

run_testsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected