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

Method node

src/_pytest/fixtures.py:796–797  ·  src/_pytest/fixtures.py::TopRequest.node
(self)

Source from the content-addressed store, hash-verified

794
795 @property
796 def node(self):
797 return self._pyfuncitem
798
799 def __repr__(self) -> str:
800 return fclass="st">"<FixtureRequest for {self.node!r}>"

Callers 2

pytest_sessionfinishMethod · 0.45
test_hostname_in_xmlMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_hostname_in_xmlMethod · 0.36