Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
custom_context():
27
ctx = ClientContext()
28
ctx.features.add(
'CUSTOM'
)
29
return
ctx
30
31
32
class
TestContext:
Callers
nothing calls this directly
Calls
2
ClientContext
Class · 0.90
add
Method · 0.45
Tested by
no test coverage detected