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

Method setUp

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

Source from the content-addressed store, hash-verified

234
235class TestDocumentInclude(BaseExampleDocumenterTest):
236 def setUp(self):
237 super().setUp()
238 self.add_shape_to_params('Foo', 'String', 'This describes foo.')
239 self.include_params = [
240 DocumentedShape(
241 name='Baz',
242 type_name='integer',
243 documentation='This describes baz.',
244 )
245 ]
246
247 def test_request_example(self):
248 self.request_example.document_example(

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