Fixture giving array type from parametrized 'dtype
(dtype)
| 32 | |
| 33 | @pytest.fixture |
| 34 | def cls(dtype): |
| 35 | """Fixture giving array type from parametrized 'dtype'""" |
| 36 | return dtype.construct_array_type() |
| 37 | |
| 38 | |
| 39 | def test_dtype_equality(): |
no test coverage detected