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

Function _default_script_path

src/tests/config_service_test.py:844–845  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

842
843
844def _default_script_path(name):
845 return os.path.join(test_utils.temp_folder, 'scripts', name + '.sh')
846
847
848def _prepare_script_config_object(name, **kwargs):

Callers 6

test_new_codeMethod · 0.85
test_upload_codeMethod · 0.85
setUpMethod · 0.85
_create_script_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected