(self, request)
| 506 | ] |
| 507 | ) |
| 508 | def has_tf_set_fixture(self, request): |
| 509 | title_cxml, value, expected_cxml = request.param |
| 510 | chart_title = ChartTitle(element(title_cxml)) |
| 511 | expected_xml = xml(expected_cxml) |
| 512 | return chart_title, value, expected_xml |
| 513 | |
| 514 | @pytest.fixture |
| 515 | def text_frame_fixture(self, request, TextFrame_): |
nothing calls this directly
no test coverage detected