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

Function test_cannot_instantiate_base_filesystem

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

Source from the content-addressed store, hash-verified

589
590
591def test_cannot_instantiate_base_filesystem():
592 with pytest.raises(TypeError):
593 FileSystem()
594
595
596def test_filesystem_equals():

Callers

nothing calls this directly

Calls 1

FileSystemClass · 0.50

Tested by

no test coverage detected