MCPcopy Create free account
hub / github.com/aws/aws-cli / custom_context

Function custom_context

tests/unit/botocore/test_context.py:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25@pytest.fixture
26def custom_context():
27 ctx = ClientContext()
28 ctx.features.add('CUSTOM')
29 return ctx
30
31
32class TestContext:

Callers

nothing calls this directly

Calls 2

ClientContextClass · 0.90
addMethod · 0.45

Tested by

no test coverage detected