(self)
| 480 | |
| 481 | class 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 = { |
nothing calls this directly
no test coverage detected