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

Function pytest_collection_modifyitems

src/_pytest/mark/__init__.py:282–284  ·  view source on GitHub ↗
(items: list[Item], config: Config)

Source from the content-addressed store, hash-verified

280
281
282def pytest_collection_modifyitems(items: list[Item], config: Config) -> None:
283 deselect_by_keyword(items, config)
284 deselect_by_mark(items, config)
285
286
287def pytest_configure(config: Config) -> None:

Callers

nothing calls this directly

Calls 2

deselect_by_keywordFunction · 0.85
deselect_by_markFunction · 0.85

Tested by

no test coverage detected