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

Method setUp

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

Source from the content-addressed store, hash-verified

200
201class TestDocumentExclude(BaseParamsDocumenterTest):
202 def setUp(self):
203 super().setUp()
204 self.add_shape_to_params('Foo', 'String', 'This describes foo.')
205 self.add_shape_to_params(
206 'Bar', 'String', 'This describes bar.', is_required=True
207 )
208 self.exclude_params = ['Foo']
209
210 def test_request_params(self):
211 self.request_params.document_params(

Callers

nothing calls this directly

Calls 2

add_shape_to_paramsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected