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

Method test_can_document_nested_structs

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

Source from the content-addressed store, hash-verified

732 generated_example = self.get_generated_example_for(argument)
733
734 def test_can_document_nested_structs(self):
735 argument = self.get_param_model('ec2.RunInstances.BlockDeviceMappings')
736 generated_example = self.get_generated_example_for(argument)
737 self.assertRegex(generated_example, r'Ebs={\w+=\w+')
738
739 def test_can_document_nested_lists(self):
740 argument = self.create_argument(

Callers

nothing calls this directly

Calls 2

get_param_modelMethod · 0.80

Tested by

no test coverage detected