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

Function test_open_file_with_wrong_options

python/pyarrow/tests/test_ipc.py:352–357  ·  view source on GitHub ↗
(file_fixture)

Source from the content-addressed store, hash-verified

350
351
352def test_open_file_with_wrong_options(file_fixture):
353 file_fixture.write_batches()
354 source = file_fixture.get_source()
355
356 with pytest.raises(TypeError):
357 pa.ipc.open_file(source, options=True)
358
359
360@pytest.mark.pandas

Callers

nothing calls this directly

Calls 2

write_batchesMethod · 0.80
get_sourceMethod · 0.80

Tested by

no test coverage detected