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

Function executor

tests/conftest.py:173–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171
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
179
180@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected