(self, request: FixtureRequest)
| 350 | |
| 351 | @pytest.fixture |
| 352 | def drop_rel_(self, request: FixtureRequest): |
| 353 | return method_mock(request, DocumentPart, "drop_rel", autospec=True) |
| 354 | |
| 355 | @pytest.fixture |
| 356 | def FooterPart_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected