MCPcopy
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_configureFunction · 0.80
test_conftestcutdirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected