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

Method setUp

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

Source from the content-addressed store, hash-verified

280
281class TestDocumentExclude(BaseExampleDocumenterTest):
282 def setUp(self):
283 super().setUp()
284 self.add_shape_to_params('Foo', 'String', 'This describes foo.')
285 self.add_shape_to_params(
286 'Bar', 'String', 'This describes bar.', is_required=True
287 )
288 self.exclude_params = ['Foo']
289
290 def test_request_example(self):
291 self.request_example.document_example(

Callers

nothing calls this directly

Calls 2

add_shape_to_paramsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected