(self, request)
| 900 | ] |
| 901 | ) |
| 902 | def number_format_get_fixture(self, request): |
| 903 | xAx_cxml, expected_value = request.param |
| 904 | tick_labels = TickLabels(element(xAx_cxml)) |
| 905 | return tick_labels, expected_value |
| 906 | |
| 907 | @pytest.fixture( |
| 908 | params=[ |
nothing calls this directly
no test coverage detected