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

Method apply_mark

python/pyarrow/tests/conftest.py:92–95  ·  view source on GitHub ↗
(self, mark)

Source from the content-addressed store, hash-verified

90 self.is_enabled = {}
91
92 def apply_mark(self, mark):
93 group = mark.name
94 if group in groups:
95 self.requires(group)
96
97 def requires(self, group):
98 if not self.is_enabled[group]:

Callers 1

pytest_runtest_setupFunction · 0.80

Calls 1

requiresMethod · 0.95

Tested by

no test coverage detected