(self, request)
| 477 | ] |
| 478 | ) |
| 479 | def has_tf_get_fixture(self, request): |
| 480 | title_cxml, expected_value = request.param |
| 481 | chart_title = ChartTitle(element(title_cxml)) |
| 482 | return chart_title, expected_value |
| 483 | |
| 484 | @pytest.fixture( |
| 485 | params=[ |
nothing calls this directly
no test coverage detected