(self, request)
| 123 | |
| 124 | @pytest.fixture |
| 125 | def from_blob_(self, request): |
| 126 | return method_mock(request, Video, "from_blob", autospec=False) |
| 127 | |
| 128 | @pytest.fixture |
| 129 | def video_(self, request): |
nothing calls this directly
no test coverage detected