Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ PluginManager
Class
PluginManager
testing/test_assertion.py:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
return
source
35
36
class
PluginManager:
37
def
has_plugin(self, name: str) -> bool:
38
return
True
39
40
class
Config:
41
pluginmanager = PluginManager()
Callers
1
Config
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected