MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __init__

Method __init__

testing/python/metafunc.py:319–320  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

317
318 class MockConfig:
319 def __init__(self, config):
320 self.config = config
321
322 @property
323 def hook(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected