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

Function _generate_agent

tests/conftest.py:216–217  ·  view source on GitHub ↗
(sleep_min, sleep_max, watchdog, *args, **kwargs)

Source from the content-addressed store, hash-verified

214@pytest.fixture
215def agent():
216 def _generate_agent(sleep_min, sleep_max, watchdog, *args, **kwargs):
217 return Agent(*args, sleep_min=sleep_min, sleep_max=sleep_max, watchdog=watchdog, **kwargs)
218
219 return _generate_agent
220

Callers

nothing calls this directly

Calls 1

AgentClass · 0.90

Tested by

no test coverage detected