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

Method testCommonPrepareDefault

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

Source from the content-addressed store, hash-verified

298 self.assertEquals("", self.MakeStep().Git("dummy"))
299
300 def testCommonPrepareDefault(self):
301 self.Expect([
302 Cmd("git status -s -uno", ""),
303 Cmd("git checkout -f origin/main", ""),
304 Cmd("git fetch", ""),
305 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]),
306 RL("Y"),
307 Cmd("git branch -D %s" % TEST_CONFIG["BRANCHNAME"], ""),
308 ])
309 self.MakeStep().CommonPrepare()
310 self.MakeStep().PrepareBranch()
311
312 def testCommonPrepareNoConfirm(self):
313 self.Expect([

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected