(self, request: FixtureRequest)
| 148 | |
| 149 | @pytest.fixture |
| 150 | def _add_image_part_(self, request: FixtureRequest): |
| 151 | return method_mock(request, ImageParts, "_add_image_part") |
| 152 | |
| 153 | @pytest.fixture |
| 154 | def _get_by_sha1_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected