(self, request, ChartFormat_, format_)
| 465 | |
| 466 | @pytest.fixture |
| 467 | def format_fixture(self, request, ChartFormat_, format_): |
| 468 | chart_title = ChartTitle(element("c:title")) |
| 469 | return chart_title, ChartFormat_, format_ |
| 470 | |
| 471 | @pytest.fixture( |
| 472 | params=[ |
nothing calls this directly
no test coverage detected