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

Method setUp

tests/unit/botocore/docs/test_example.py:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40class TestDocumentDefaultValue(BaseExampleDocumenterTest):
41 def setUp(self):
42 super().setUp()
43 self.add_shape_to_params('Foo', 'String', 'This describes foo.')
44
45 def test_request_example(self):
46 self.request_example.document_example(

Callers

nothing calls this directly

Calls 2

add_shape_to_paramsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected