(self, request)
| 919 | ] |
| 920 | ) |
| 921 | def number_format_set_fixture(self, request): |
| 922 | xAx_cxml, new_value, expected_xAx_cxml = request.param |
| 923 | tick_labels = TickLabels(element(xAx_cxml)) |
| 924 | expected_xml = xml(expected_xAx_cxml) |
| 925 | return tick_labels, new_value, expected_xml |
| 926 | |
| 927 | @pytest.fixture( |
| 928 | params=[ |
nothing calls this directly
no test coverage detected