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

Method create_and_start_executor

src/tests/executor_test.py:679–687  ·  view source on GitHub ↗
(self, config, parameter_values=None)

Source from the content-addressed store, hash-verified

677 return output
678
679 def create_and_start_executor(self, config, parameter_values=None):
680 if parameter_values is None:
681 parameter_values = {}
682
683 config.set_all_param_values(parameter_values)
684
685 self.executor = ScriptExecutor(config, test_utils.env_variables)
686 self.executor.start(123)
687 return self.executor
688
689
690class GetSecureCommandTest(unittest.TestCase):

Calls 3

ScriptExecutorClass · 0.90
set_all_param_valuesMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected