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

Function test_delete_root_dir_contents

python/pyarrow/tests/test_fs.py:939–941  ·  view source on GitHub ↗
(mockfs, py_mockfs)

Source from the content-addressed store, hash-verified

937
938
939def test_delete_root_dir_contents(mockfs, py_mockfs):
940 _check_root_dir_contents(mockfs)
941 _check_root_dir_contents(py_mockfs)
942
943
944def test_copy_file(fs, pathfn):

Callers

nothing calls this directly

Calls 1

_check_root_dir_contentsFunction · 0.85

Tested by

no test coverage detected