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

Method setup_method

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

Source from the content-addressed store, hash-verified

480
481class TestRealWorldErrorScenarios:
482 def setup_method(self):
483 self.session = FakeSession()
484 self.handler = ClientErrorHandler(self.session)
485
486 def test_dynamodb_transaction_cancelled_error(self):
487 error_response = {

Callers

nothing calls this directly

Calls 2

FakeSessionClass · 0.90
ClientErrorHandlerClass · 0.90

Tested by

no test coverage detected