MCPcopy Create free account
hub / github.com/apache/arrow / pytest_runtest_setup

Function pytest_runtest_setup

python/pyarrow/tests/conftest.py:119–122  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

117
118
119def pytest_runtest_setup(item):
120 # Apply test markers to skip tests selectively
121 for mark in item.iter_markers():
122 item.config.pyarrow.apply_mark(mark)
123
124
125@pytest.fixture

Callers

nothing calls this directly

Calls 1

apply_markMethod · 0.80

Tested by

no test coverage detected