MCPcopy Create free account
hub / github.com/apache/impala / pytest_collection_modifyitems

Method pytest_collection_modifyitems

tests/run-tests.py:96–98  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

94 # link to pytest_collection_modifyitems
95 # https://docs.pytest.org/en/6.2.x/writing_plugins.html#hook-function-validation-and-execution
96 def pytest_collection_modifyitems(self, items):
97 for item in items:
98 self.tests_collected.add(item.nodeid)
99
100 # link to pytest_runtest_logreport
101 # https://docs.pytest.org/en/6.2.x/_modules/_pytest/hookspec.html#pytest_runtest_logreport

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected