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

Method _do_configure

src/_pytest/config/__init__.py:1202–1205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1200 self._cleanup_stack.callback(func)
1201
1202 def _do_configure(self) -> None:
1203 assert not self._configured
1204 self._configured = True
1205 self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
1206
1207 def _ensure_unconfigure(self) -> None:
1208 try:

Callers 7

parseconfigureMethod · 0.80
pytest_cmdline_mainFunction · 0.80
wrap_sessionFunction · 0.80
pytest_cmdline_mainFunction · 0.80
test_add_cleanupMethod · 0.80
test_configureMethod · 0.80

Calls

no outgoing calls

Tested by 4

parseconfigureMethod · 0.64
test_add_cleanupMethod · 0.64
test_configureMethod · 0.64