MCPcopy
hub / github.com/pandas-dev/pandas / cleared_fs

Function cleared_fs

pandas/tests/io/test_fsspec.py:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66@pytest.fixture
67def cleared_fs():
68 fsspec = pytest.importorskip("fsspec")
69
70 memfs = fsspec.filesystem("memory")
71 yield memfs
72 memfs.store.clear()
73
74
75def test_read_csv(cleared_fs, df1):

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected