(write_options_args)
| 1400 | @pytest.mark.parametrize( |
| 1401 | "write_options_args", ["default", "all"], indirect=True) |
| 1402 | def test_write_options_repr(write_options_args): |
| 1403 | # https://github.com/apache/arrow/issues/47358 |
| 1404 | check_ipc_options_repr(pa.ipc.IpcWriteOptions, write_options_args) |
| 1405 | |
| 1406 | |
| 1407 | @pytest.fixture |
nothing calls this directly
no test coverage detected