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

Method setup_method

tests/unit/test_formatter.py:71–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69
70class TestStreamedYAMLFormatter:
71 def setup_method(self):
72 self.args = Namespace(query=None)
73 self.formatter = StreamedYAMLFormatter(self.args)
74 self.output = StringIO()
75
76 def test_format_single_response(self):
77 response = {'TableNames': ['MyTable']}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected