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

Function test_localfs_options

python/pyarrow/tests/test_fs.py:1146–1151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1144
1145
1146def test_localfs_options():
1147 # LocalFileSystem instantiation
1148 LocalFileSystem(use_mmap=False)
1149
1150 with pytest.raises(TypeError):
1151 LocalFileSystem(xxx=False)
1152
1153
1154def test_localfs_errors(localfs):

Callers

nothing calls this directly

Calls 1

LocalFileSystemClass · 0.85

Tested by

no test coverage detected