(self, request: FixtureRequest)
| 836 | |
| 837 | @pytest.fixture |
| 838 | def parent_(self, request: FixtureRequest): |
| 839 | return instance_mock(request, Table) |
| 840 | |
| 841 | @pytest.fixture |
| 842 | def table_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected