MCPcopy Create free account
hub / github.com/github/copilot-sdk / auto_token_ctx

Function auto_token_ctx

python/e2e/test_connection_token.py:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101@pytest_asyncio.fixture(scope="module", loop_scope="module")
102async def auto_token_ctx():
103 ctx = ConnectionTokenContext(token=None)
104 await ctx.setup()
105 yield ctx
106 await ctx.teardown()
107
108
109class TestConnectionToken:

Callers

nothing calls this directly

Calls 3

setupMethod · 0.95
teardownMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…