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

Method get_expected_content

tests/functional/test_output.py:61–64  ·  view source on GitHub ↗
(self, response)

Source from the content-addressed store, hash-verified

59 self.patch_tty.stop()
60
61 def get_expected_content(self, response):
62 content = json.dumps(response, indent=4)
63 content += '\n'
64 return content
65
66 def write_cli_pager_config(self, pager):
67 config_file = self.files.create_file(

Callers 1

setUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected