MCPcopy Create free account
hub / github.com/pytest-dev/pytest / pytest_collection_modifyitems

Method pytest_collection_modifyitems

src/_pytest/fixtures.py:1597–1599  ·  view source on GitHub ↗
(self, items: List[nodes.Item])

Source from the content-addressed store, hash-verified

1595 # Try next super fixture, if any.
1596
1597 def pytest_collection_modifyitems(self, items: List[nodes.Item]) -> None:
1598 # Separate parametrized setups.
1599 items[:] = reorder_items(items)
1600
1601 def parsefactories(
1602 self, node_or_obj, nodeid=NOTSET, unittest: bool = False

Callers

nothing calls this directly

Calls 1

reorder_itemsFunction · 0.85

Tested by

no test coverage detected