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

Method setup_method

tests/unittests/test_runners.py:1316–1319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1314 """Tests for Runner._resolve_app and node support."""
1315
1316 def setup_method(self):
1317 self.session_service = InMemorySessionService()
1318 self.artifact_service = InMemoryArtifactService()
1319 self.root_agent = MockLlmAgent("root_agent")
1320
1321 def test_resolve_app_with_agent_wraps_in_app(self):
1322 """Test that a bare agent is wrapped into an App."""

Callers

nothing calls this directly

Calls 3

MockLlmAgentClass · 0.85

Tested by

no test coverage detected