()
| 55 | |
| 56 | @pytest.fixture |
| 57 | def mgr(): |
| 58 | return create_mgr( |
| 59 | "a: f8; b: object; c: f8; d: object; e: f8;" |
| 60 | "f: bool; g: i8; h: complex; i: datetime-1; j: datetime-2;" |
| 61 | "k: M8[ns, US/Eastern]; l: M8[ns, CET];" |
| 62 | ) |
| 63 | |
| 64 | |
| 65 | def assert_block_equal(left, right): |
nothing calls this directly
no test coverage detected