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

Method setup

src/_pytest/python.py:1709–1710  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1707 self.ihook.pytest_pyfunc_call(pyfuncitem=self)
1708
1709 def setup(self) -> None:
1710 self._request._fillfixtures()
1711
1712 def _traceback_filter(self, excinfo: ExceptionInfo[BaseException]) -> Traceback:
1713 if hasattr(self, "_obj") and not self.config.getoption("fulltrace", False):

Callers

nothing calls this directly

Calls 1

_fillfixturesMethod · 0.80

Tested by

no test coverage detected