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

Method testInitialEnvironmentChecks

deps/v8/tools/release/test_scripts.py:335–341  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

333 self.assertRaises(Exception, self.MakeStep().PrepareBranch)
334
335 def testInitialEnvironmentChecks(self):
336 TextToFile("", os.path.join(TEST_CONFIG["DEFAULT_CWD"], ".git"))
337 os.environ["EDITOR"] = "vi"
338 self.Expect([
339 Cmd("which vi", "/usr/bin/vi"),
340 ])
341 self.MakeStep().InitialEnvironmentChecks(TEST_CONFIG["DEFAULT_CWD"])
342
343 def testTagTimeout(self):
344 self.Expect([

Callers

nothing calls this directly

Calls 6

ExpectMethod · 0.95
MakeStepMethod · 0.95
TextToFileFunction · 0.85
CmdFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected