(table, compression)
| 837 | @pytest.mark.numpy |
| 838 | @h.given(past.all_tables, st.sampled_from(["uncompressed", "lz4", "zstd"])) |
| 839 | def test_roundtrip(table, compression): |
| 840 | _check_arrow_roundtrip(table, compression=compression) |
| 841 | |
| 842 | |
| 843 | @pytest.mark.lz4 |
nothing calls this directly
no test coverage detected