(self, request, LineFormat_, line_)
| 63 | ] |
| 64 | ) |
| 65 | def line_fixture(self, request, LineFormat_, line_): |
| 66 | cxml, expected_cxml = request.param |
| 67 | chart_format = ChartFormat(element(cxml)) |
| 68 | expected_xml = xml(expected_cxml) |
| 69 | return chart_format, LineFormat_, line_, expected_xml |
| 70 | |
| 71 | # fixture components --------------------------------------------- |
| 72 |
nothing calls this directly
no test coverage detected