(self, request)
| 459 | |
| 460 | @pytest.fixture |
| 461 | def text_frame_with_parent_(self, request): |
| 462 | parent_ = loose_mock(request, name="parent_") |
| 463 | text_frame = TextFrame(None, parent_) |
| 464 | return text_frame, parent_ |
| 465 | |
| 466 | @pytest.fixture |
| 467 | def text_prop_(self, request): |
nothing calls this directly
no test coverage detected