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

Class FakeScript

deps/v8/tools/release/test_scripts.py:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 def testBootstrapper(self):
416 work_dir = self.MakeEmptyTempDirectory()
417 class FakeScript(ScriptsBase):
418 def _Steps(self):
419 return []
420
421 # Use the test configuration without the fake testing default work dir.
422 fake_config = dict(TEST_CONFIG)

Callers 1

testBootstrapperMethod · 0.85

Calls

no outgoing calls

Tested by 1

testBootstrapperMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…