(self, request)
| 1000 | ] |
| 1001 | ) |
| 1002 | def txPr_fixture(self, request): |
| 1003 | xAx_cxml, expected_cxml = request.param |
| 1004 | tick_labels = TickLabels(element(xAx_cxml)) |
| 1005 | expected_xml = xml(expected_cxml) |
| 1006 | return tick_labels, expected_xml |
| 1007 | |
| 1008 | # fixture components --------------------------------------------- |
| 1009 |
nothing calls this directly
no test coverage detected