MCPcopy Index your code
hub / github.com/google/adk-python / test_repetitive_call_success

Function test_repetitive_call_success

tests/integration/test_tools.py:109–115  ·  view source on GitHub ↗
(agent_runner: TestRunner)

Source from the content-addressed store, hash-verified

107 indirect=True,
108)
109def test_repetitive_call_success(agent_runner: TestRunner):
110 _call_function_and_assert(
111 agent_runner,
112 "repetitive_call_1",
113 "test",
114 "test_repetitive",
115 )
116
117
118@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected