(self, request, category_axis_)
| 336 | |
| 337 | @pytest.fixture |
| 338 | def CategoryAxis_(self, request, category_axis_): |
| 339 | return class_mock(request, "pptx.chart.chart.CategoryAxis", return_value=category_axis_) |
| 340 | |
| 341 | @pytest.fixture |
| 342 | def category_axis_(self, request): |
nothing calls this directly
no test coverage detected