(self, request)
| 585 | |
| 586 | @pytest.fixture |
| 587 | def subshape_with_parent_(self, request): |
| 588 | parent_ = loose_mock(request, name="parent_") |
| 589 | subshape = Subshape(parent_) |
| 590 | return subshape, parent_ |
| 591 | |
| 592 | |
| 593 | class Describe_PlaceholderFormat(object): |
nothing calls this directly
no test coverage detected