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

Method setUp

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

Source from the content-addressed store, hash-verified

647 return create_config_model('config_x', parameters=parameters)
648
649 def setUp(self):
650 self.config = create_config_model('config_x')
651 self.config.script_command = 'ls'
652 executor._process_creator = _MockProcessWrapper
653
654 test_utils.setup()
655
656 super().setUp()
657
658 def tearDown(self):
659 super().tearDown()

Callers

nothing calls this directly

Calls 1

create_config_modelFunction · 0.90

Tested by

no test coverage detected