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

Function test_file_not_exist

python/pyarrow/tests/test_feather.py:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82@pytest.mark.pandas
83def test_file_not_exist():
84 with pytest.raises(pa.ArrowIOError):
85 read_feather('test_invalid_file')
86
87
88def _check_pandas_roundtrip(df, expected=None, path=None,

Callers

nothing calls this directly

Calls 1

read_featherFunction · 0.90

Tested by

no test coverage detected