(self, request: FixtureRequest)
| 68 | |
| 69 | @pytest.fixture |
| 70 | def Comments_(self, request: FixtureRequest) -> Mock: |
| 71 | return class_mock(request, "docx.parts.comments.Comments") |
| 72 | |
| 73 | @pytest.fixture |
| 74 | def comments_(self, request: FixtureRequest) -> Mock: |
nothing calls this directly
no test coverage detected