pytest.mark.parametrize(
"error_code, stop_on_method",
[
(None, None),
("TestException", "stub_list_objects"),
("TestException", "stub_delete_stack"),
],
)
| 1 | # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 2 | # SPDX-License-Identifier: Apache-2.0 |
| 3 | |
| 4 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected