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

Method get_runner_class

deps/v8/tools/testrunner/utils/test_utils.py:234–236  ·  view source on GitHub ↗

Implement to return the runner class

()

Source from the content-addressed store, hash-verified

232 return [i.get_opt_string() for i in parser.option_list]
233
234 def get_runner_class():
235 """Implement to return the runner class"""
236 return None
237
238 @contextmanager
239 def with_fake_rdb(self):

Callers 2

run_testsMethod · 0.95
get_runner_optionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected