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

Function test_open_stream_with_wrong_options

python/pyarrow/tests/test_ipc.py:327–332  ·  view source on GitHub ↗
(stream_fixture)

Source from the content-addressed store, hash-verified

325
326
327def test_open_stream_with_wrong_options(stream_fixture):
328 stream_fixture.write_batches()
329 source = stream_fixture.get_source()
330
331 with pytest.raises(TypeError):
332 pa.ipc.open_stream(source, options=True)
333
334
335@pytest.mark.parametrize('options', [

Callers

nothing calls this directly

Calls 2

write_batchesMethod · 0.80
get_sourceMethod · 0.80

Tested by

no test coverage detected