MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / pytest_collection_modifyitems

Function pytest_collection_modifyitems

tests/integration/conftest.py:21–24  ·  view source on GitHub ↗
(items: list[pytest.Item])

Source from the content-addressed store, hash-verified

19
20
21def pytest_collection_modifyitems(items: list[pytest.Item]) -> None:
22 for item in items:
23 if "integration" in str(item.fspath):
24 item.add_marker(pytest.mark.integration)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected