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