MCPcopy
hub / github.com/pytest-dev/pytest / pytest_configure

Function pytest_configure

src/_pytest/logging.py:652–653  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

650# run after terminalreporter/capturemanager are configured
651@hookimpl(trylast=True)
652def pytest_configure(config: Config) -> None:
653 config.pluginmanager.register(LoggingPlugin(config), "logging-plugin")
654
655
656class LoggingPlugin:

Callers

nothing calls this directly

Calls 2

LoggingPluginClass · 0.85
registerMethod · 0.80

Tested by

no test coverage detected