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

Method setup_method

tests/unit/test_structured_error.py:42–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40
41class TestClientErrorHandler:
42 def setup_method(self):
43 self.session = FakeSession()
44 self.handler = ClientErrorHandler(self.session)
45
46 def test_displays_structured_error_with_additional_members(self):
47 error_response = {

Callers

nothing calls this directly

Calls 2

FakeSessionClass · 0.90
ClientErrorHandlerClass · 0.90

Tested by

no test coverage detected