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

Method setUp

tests/unit/test_argprocess.py:558–562  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

556 # flexible and allow the docs to slightly change without breaking these
557 # tests.
558 def setUp(self):
559 super(TestDocGen, self).setUp()
560 self.shorthand_documenter = ParamShorthandDocGen()
561 self.service_name = 'foo'
562 self.operation_name = 'bar'
563
564 def get_generated_example_for(self, argument):
565 # Returns a string containing the generated documentation.

Callers 5

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

Calls 1

Tested by

no test coverage detected