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

Function test_open_input_stream_not_found

python/pyarrow/tests/test_fs.py:1060–1064  ·  view source on GitHub ↗
(fs, pathfn)

Source from the content-addressed store, hash-verified

1058
1059
1060def test_open_input_stream_not_found(fs, pathfn):
1061 # The proper exception should be raised for this common case (ARROW-15896)
1062 p = pathfn('open-input-stream-not-found')
1063 with pytest.raises(FileNotFoundError):
1064 fs.open_input_stream(p)
1065
1066
1067@pytest.mark.gzip

Callers

nothing calls this directly

Calls 2

pathfnFunction · 0.85
open_input_streamMethod · 0.45

Tested by

no test coverage detected