MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / test_destroy

Route test_destroy

python/example_code/glue/test/test_scaffold.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "error_code, stop_on_method",
    [
        (None, None),
        ("TestException", "stub_list_objects"),
        ("TestException", "stub_delete_stack"),
    ],
)

Source from the content-addressed store, hash-verified

1# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected