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

Function service

tests/unittests/plugins/test_plugin_manager.py:96–98  ·  view source on GitHub ↗

Provides a clean PluginManager instance for each test.

()

Source from the content-addressed store, hash-verified

94
95@pytest.fixture
96def service() -> PluginManager:
97 """Provides a clean PluginManager instance for each test."""
98 return PluginManager()
99
100
101@pytest.fixture

Callers

nothing calls this directly

Calls 1

PluginManagerClass · 0.90

Tested by

no test coverage detected