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

Method runtest

src/_pytest/python.py:1705–1707  ·  view source on GitHub ↗

Execute the underlying test function.

(self)

Source from the content-addressed store, hash-verified

1703 return self
1704
1705 def runtest(self) -> None:
1706 """Execute the underlying test function."""
1707 self.ihook.pytest_pyfunc_call(pyfuncitem=self)
1708
1709 def setup(self) -> None:
1710 self._request._fillfixtures()

Callers

nothing calls this directly

Calls 1

pytest_pyfunc_callMethod · 0.45

Tested by

no test coverage detected