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

Method setUp

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

Source from the content-addressed store, hash-verified

318
319class TestDocumentList(BaseExampleDocumenterTest):
320 def setUp(self):
321 super().setUp()
322 self.add_shape(
323 {
324 'List': {
325 'type': 'list',
326 'member': {
327 'shape': 'String',
328 'documentation': 'A string element',
329 },
330 }
331 }
332 )
333 self.add_shape_to_params('Foo', 'List', 'This describes the list.')
334
335 def test_request_example(self):
336 self.request_example.document_example(

Callers

nothing calls this directly

Calls 3

add_shape_to_paramsMethod · 0.80
setUpMethod · 0.45
add_shapeMethod · 0.45

Tested by

no test coverage detected