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

Method setUp

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

Source from the content-addressed store, hash-verified

287
288class TestDocumentMap(BaseParamsDocumenterTest):
289 def setUp(self):
290 super().setUp()
291 self.add_shape(
292 {
293 'Map': {
294 'type': 'map',
295 'key': {'shape': 'String'},
296 'value': {'shape': 'String'},
297 }
298 }
299 )
300 self.add_shape_to_params('Foo', 'Map', 'This describes the map.')
301
302 def test_request_params(self):
303 self.request_params.document_params(

Callers 9

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 2

add_shape_to_paramsMethod · 0.80
add_shapeMethod · 0.45

Tested by

no test coverage detected