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

Function py_mockfs

python/pyarrow/tests/test_fs.py:182–188  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

180
181@pytest.fixture
182def py_mockfs(request):
183 return dict(
184 fs=PyFileSystem(ProxyHandler(_MockFileSystem())),
185 pathfn=lambda p: p,
186 allow_move_dir=True,
187 allow_append_to_file=True,
188 )
189
190
191@pytest.fixture

Callers

nothing calls this directly

Calls 1

ProxyHandlerClass · 0.90

Tested by

no test coverage detected