(self, request: FixtureRequest)
| 290 | |
| 291 | @pytest.fixture |
| 292 | def add_paragraph_(self, request: FixtureRequest): |
| 293 | return method_mock(request, Document, "add_paragraph") |
| 294 | |
| 295 | @pytest.fixture |
| 296 | def _Body_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected