Provides a clean PluginManager instance for each test.
()
| 94 | |
| 95 | @pytest.fixture |
| 96 | def service() -> PluginManager: |
| 97 | """Provides a clean PluginManager instance for each test.""" |
| 98 | return PluginManager() |
| 99 | |
| 100 | |
| 101 | @pytest.fixture |
nothing calls this directly
no test coverage detected