MCPcopy Index your code
hub / github.com/aws/aws-cli / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

367
368class TestDocumentMap(BaseExampleDocumenterTest):
369 def setUp(self):
370 super().setUp()
371 self.add_shape(
372 {
373 'Map': {
374 'type': 'map',
375 'key': {'shape': 'String'},
376 'value': {'shape': 'String'},
377 }
378 }
379 )
380 self.add_shape_to_params('Foo', 'Map', 'This describes the map.')
381
382 def test_request_example(self):
383 self.request_example.document_example(

Callers 11

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
setUpMethod · 0.45
setUpMethod · 0.45

Calls 2

add_shape_to_paramsMethod · 0.80
add_shapeMethod · 0.45

Tested by

no test coverage detected