(self, request: FixtureRequest)
| 609 | |
| 610 | @pytest.fixture |
| 611 | def parent_(self, request: FixtureRequest): |
| 612 | return instance_mock(request, Table) |
| 613 | |
| 614 | @pytest.fixture |
| 615 | def table_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected