(self)
| 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): |
nothing calls this directly
no test coverage detected