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

Function test_open_dataset_unsupported_format

python/pyarrow/tests/test_dataset.py:2790–2793  ·  view source on GitHub ↗
(tempdir)

Source from the content-addressed store, hash-verified

2788
2789@pytest.mark.parquet
2790def test_open_dataset_unsupported_format(tempdir):
2791 _, path = _create_single_file(tempdir)
2792 with pytest.raises(ValueError, match="format 'blabla' is not supported"):
2793 ds.dataset([path], format="blabla")
2794
2795
2796@pytest.mark.parquet

Callers

nothing calls this directly

Calls 1

_create_single_fileFunction · 0.85

Tested by

no test coverage detected