(self, request)
| 978 | ] |
| 979 | ) |
| 980 | def offset_set_fixture(self, request): |
| 981 | catAx_cxml, new_value, expected_catAx_cxml = request.param |
| 982 | tick_labels = TickLabels(element(catAx_cxml)) |
| 983 | expected_xml = xml(expected_catAx_cxml) |
| 984 | return tick_labels, new_value, expected_xml |
| 985 | |
| 986 | @pytest.fixture( |
| 987 | params=[ |
nothing calls this directly
no test coverage detected