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

Function agent

tests/conftest.py:215–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213
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
221
222@pytest.fixture

Callers 11

operation_agentFunction · 0.85
setup_planning_testFunction · 0.85
setup_contact_serviceFunction · 0.85
test_find_objectsFunction · 0.85
test_find_objectFunction · 0.85
test_dumpFunction · 0.85
test_dump_with_excludeFunction · 0.85
test_dump_with_includeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected