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

Function mctx

python/e2e/test_commands_e2e.py:153–158  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

151
152@pytest_asyncio.fixture(scope="module", loop_scope="module")
153async def mctx(request):
154 context = CommandsMultiClientContext()
155 await context.setup()
156 yield context
157 any_failed = request.session.stash.get("any_test_failed", False)
158 await context.teardown(test_failed=any_failed)
159
160
161@pytest_asyncio.fixture(autouse=True, loop_scope="module")

Callers

nothing calls this directly

Calls 4

setupMethod · 0.95
teardownMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…