We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d91376 commit 60fd4f2Copy full SHA for 60fd4f2
python/tests/test_fsspec.py
@@ -71,6 +71,8 @@ def test_listing(fs: HdfsFileSystem):
71
assert listing[0]["name"] == "/testdir"
72
assert listing[0]["type"] == "directory"
73
74
+ fs.rm("/testdir", True)
75
+
76
77
def test_parsing(minidfs: str):
78
with fsspec.open(f"{minidfs}/test", "wb") as f:
0 commit comments