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

Method testCommonPrepareNoConfirm

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

Source from the content-addressed store, hash-verified

310 self.MakeStep().PrepareBranch()
311
312 def testCommonPrepareNoConfirm(self):
313 self.Expect([
314 Cmd("git status -s -uno", ""),
315 Cmd("git checkout -f origin/main", ""),
316 Cmd("git fetch", ""),
317 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]),
318 RL("n"),
319 ])
320 self.MakeStep().CommonPrepare()
321 self.assertRaises(Exception, self.MakeStep().PrepareBranch)
322
323 def testCommonPrepareDeleteBranchFailure(self):
324 self.Expect([

Callers

nothing calls this directly

Calls 5

ExpectMethod · 0.95
MakeStepMethod · 0.95
CmdFunction · 0.85
CommonPrepareMethod · 0.80
RLFunction · 0.70

Tested by

no test coverage detected