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

Method pytest_collection_modifyitems

src/_pytest/fixtures.py:1945–1947  ·  view source on GitHub ↗
(self, items: list[nodes.Item])

Source from the content-addressed store, hash-verified

1943 # Try next super fixture, if any.
1944
1945 def pytest_collection_modifyitems(self, items: list[nodes.Item]) -> None:
1946 # Separate parametrized setups.
1947 items[:] = reorder_items(items)
1948
1949 def _register_fixture(
1950 self,

Callers

nothing calls this directly

Calls 1

reorder_itemsFunction · 0.85

Tested by

no test coverage detected