(self, b, **kwargs)
| 391 | assert batch.to_pydict() == expected_batch |
| 392 | |
| 393 | def read_bytes(self, b, **kwargs): |
| 394 | return self.open_bytes(b, **kwargs).read_all() |
| 395 | |
| 396 | def test_file_object(self): |
| 397 | data = b'{"a": 1, "b": 2}\n' |
nothing calls this directly
no test coverage detected