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

Method _get_fixturestack

src/_pytest/fixtures.py:764–767  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

762 fail(msg, pytrace=False)
763
764 def _get_fixturestack(self) -> list[FixtureDef[Any]]:
765 values = [request._fixturedef for request in self._iter_chain()]
766 values.reverse()
767 return values
768
769
770@final

Callers 2

_check_scopeMethod · 0.80
__init__Method · 0.80

Calls 1

_iter_chainMethod · 0.95

Tested by

no test coverage detected