MCPcopy Create free account
hub / github.com/bugy/script-server / setUp

Method setUp

src/tests/executor_test.py:242–244  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 self.executor = ScriptExecutor(config, test_utils.env_variables)
241
242 def setUp(self):
243 executor._process_creator = _MockProcessWrapper
244 test_utils.setup()
245
246 def tearDown(self) -> None:
247 self.executor.process_wrapper.kill()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected