(self, request: FixtureRequest)
| 164 | |
| 165 | @pytest.fixture |
| 166 | def ImagePart_(self, request: FixtureRequest): |
| 167 | return class_mock(request, "docx.package.ImagePart") |
| 168 | |
| 169 | @pytest.fixture |
| 170 | def image_part_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected