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

Method setUp

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

Source from the content-addressed store, hash-verified

273 self._mock.Expect(*args)
274
275 def setUp(self):
276 self._mock = SimpleMock()
277 self._tmp_files = []
278 self._state = {}
279 TEST_CONFIG["DEFAULT_CWD"] = self.MakeEmptyTempDirectory()
280
281 def tearDown(self):
282 if os.path.exists(TEST_CONFIG["PERSISTFILE_BASENAME"]):

Callers

nothing calls this directly

Calls 2

SimpleMockClass · 0.85

Tested by

no test coverage detected