MCPcopy Index your code
hub / github.com/apache/caldera / _generate_executor

Function _generate_executor

tests/conftest.py:174–175  ·  view source on GitHub ↗
(name='psh', platform='windows', *args, **kwargs)

Source from the content-addressed store, hash-verified

172@pytest.fixture
173def executor():
174 def _generate_executor(name='psh', platform='windows', *args, **kwargs):
175 return Executor(name, platform, *args, **kwargs)
176
177 return _generate_executor
178

Callers

nothing calls this directly

Calls 1

ExecutorClass · 0.90

Tested by

no test coverage detected