MCPcopy Index your code
hub / github.com/bugy/script-server / create_executor

Method create_executor

src/tests/executor_test.py:239–240  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

237 self.assertEqual('One abc\n', output)
238
239 def create_executor(self, config):
240 self.executor = ScriptExecutor(config, test_utils.env_variables)
241
242 def setUp(self):
243 executor._process_creator = _MockProcessWrapper

Calls 1

ScriptExecutorClass · 0.90

Tested by

no test coverage detected