(fake_instance: FakeCSQLInstance)
| 137 | |
| 138 | @pytest.fixture |
| 139 | async def context(fake_instance: FakeCSQLInstance) -> ssl.SSLContext: |
| 140 | return await create_ssl_context(fake_instance) |
| 141 | |
| 142 | |
| 143 | @pytest.fixture |
nothing calls this directly
no test coverage detected