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

Method setUp

tests/unit/test_argprocess.py:928–932  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

926
927class TestJSONValueHeaderParams(BaseArgProcessTest):
928 def setUp(self):
929 super(TestJSONValueHeaderParams, self).setUp()
930 self.p = self.get_param_model(
931 'lex-runtime.PostContent.sessionAttributes'
932 )
933
934 def test_json_value_dict(self):
935 value = '{"foo": "bar"}'

Callers

nothing calls this directly

Calls 2

get_param_modelMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected