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

Function scripts

src/e2e_tests/conftest.py:45–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44@pytest.fixture(scope='session')
45def scripts():
46 return (config['scripts']) if 'scripts' in config else DEFAULT_DISPLAYED_SCRIPTS
47
48
49@pytest.fixture(scope='module')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected