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

Function test_rag_retrieval_success

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

Source from the content-addressed store, hash-verified

183 indirect=True,
184)
185def test_rag_retrieval_success(agent_runner: TestRunner):
186 _call_function_and_assert(
187 agent_runner,
188 "valid_rag_retrieval",
189 "What is the testing strategy of agent 2.0?",
190 "test",
191 )
192 _call_function_and_assert(
193 agent_runner,
194 "valid_rag_retrieval",
195 "What is the whether in bay area?",
196 "No",
197 )
198
199
200@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected