MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/cloud-sql-python-connector / context

Function context

tests/conftest.py:139–140  ·  view source on GitHub ↗
(fake_instance: FakeCSQLInstance)

Source from the content-addressed store, hash-verified

137
138@pytest.fixture
139async def context(fake_instance: FakeCSQLInstance) -> ssl.SSLContext:
140 return await create_ssl_context(fake_instance)
141
142
143@pytest.fixture

Callers

nothing calls this directly

Calls 1

create_ssl_contextFunction · 0.90

Tested by

no test coverage detected