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

Method setUp

tests/unit/botocore/docs/test_params.py:160–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158
159class TestDocumentInclude(BaseParamsDocumenterTest):
160 def setUp(self):
161 super().setUp()
162 self.add_shape_to_params('Foo', 'String', 'This describes foo.')
163 self.include_params = [
164 DocumentedShape(
165 name='Baz',
166 type_name='integer',
167 documentation='This describes baz.',
168 )
169 ]
170
171 def test_request_params(self):
172 self.request_params.document_params(

Callers

nothing calls this directly

Calls 3

DocumentedShapeClass · 0.90
add_shape_to_paramsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected