(self, request: FixtureRequest)
| 613 | |
| 614 | @pytest.fixture |
| 615 | def table_(self, request: FixtureRequest): |
| 616 | return instance_mock(request, Table) |
| 617 | |
| 618 | @pytest.fixture |
| 619 | def table_prop_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected