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

Method requires

python/pyarrow/tests/conftest.py:97–99  ·  view source on GitHub ↗
(self, group)

Source from the content-addressed store, hash-verified

95 self.requires(group)
96
97 def requires(self, group):
98 if not self.is_enabled[group]:
99 pytest.skip(f'{group} NOT enabled')
100
101
102def pytest_configure(config):

Callers 6

apply_markMethod · 0.95
gcsfsFunction · 0.80
s3fsFunction · 0.80
azurefsFunction · 0.80
hdfsFunction · 0.80
multisourcefsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected