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

Function skip_azure

python/pyarrow/tests/test_fs.py:521–523  ·  view source on GitHub ↗
(fs, reason)

Source from the content-addressed store, hash-verified

519
520
521def skip_azure(fs, reason):
522 if fs.type_name == "abfs":
523 pytest.skip(reason=reason)
524
525
526@pytest.mark.s3

Callers 3

test_move_directoryFunction · 0.85
test_move_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected