MCPcopy
hub / github.com/apache/caldera / test_executor

Function test_executor

tests/conftest.py:512–513  ·  view source on GitHub ↗
(test_agent)

Source from the content-addressed store, hash-verified

510
511@pytest.fixture
512def test_executor(test_agent):
513 return ExecutorSchema().load(dict(timeout=60, platform=test_agent.platform, name='sh', command='ls'))
514
515
516@pytest.fixture

Callers

nothing calls this directly

Calls 2

ExecutorSchemaClass · 0.90
loadMethod · 0.45

Tested by

no test coverage detected