(self, request)
| 404 | |
| 405 | @pytest.fixture |
| 406 | def _BaseSlide_background_(self, request): |
| 407 | return property_mock(request, _BaseSlide, "background") |
| 408 | |
| 409 | @pytest.fixture |
| 410 | def background_(self, request): |
nothing calls this directly
no test coverage detected