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

Function test_executor

tests/api/v2/handlers/test_agents_api.py:81–83  ·  view source on GitHub ↗
(test_agent)

Source from the content-addressed store, hash-verified

79
80@pytest.fixture
81def test_executor(test_agent):
82 return ExecutorSchema().load(dict(timeout=60, platform=test_agent.platform, name='linux',
83 command='ls'))
84
85
86@pytest.fixture

Callers

nothing calls this directly

Calls 2

ExecutorSchemaClass · 0.90
loadMethod · 0.45

Tested by

no test coverage detected