Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Expect
Method
Expect
deps/v8/tools/release/test_scripts.py:271–273 ·
view source on GitHub ↗
Convenience wrapper.
(self, *args)
Source
from the content-addressed store, hash-verified
269
return
"1000000"
270
271
def
Expect(self, *args):
272
""
"Convenience wrapper."
""
273
self._mock.Expect(*args)
274
275
def
setUp(self):
276
self._mock = SimpleMock()
Callers
13
testGitMock
Method · 0.95
testCommonPrepareDefault
Method · 0.95
testCommonPrepareNoConfirm
Method · 0.95
testCommonPrepareDeleteBranchFailure
Method · 0.95
testInitialEnvironmentChecks
Method · 0.95
testTagTimeout
Method · 0.95
testIncrementVersion
Method · 0.95
testBootstrapper
Method · 0.95
testCreateRelease
Method · 0.95
testCheckLastPushRecently
Method · 0.95
testAutoPush
Method · 0.95
testRollMerge
Method · 0.95
Calls
1
Expect
Method · 0.45
Tested by
no test coverage detected