moto/tests/test_cloudformation
Timothy Klopotoski bd5ab53241
Fix bugs. Cloudformation updates are complex! (#4200)
* **Fix bug.** If a cloudformation stack is updated with a new
    parameter, that parameter should be honored. Several unit tests
    had bugs where they were not providing parameters required by the template.
* **Fix bug.** Do not update stack parameters until after deleting removed
    resources, so that any references to removed parameters can be resolved.
* **Fix bug.** Per the API, creation of a change set should not modify
    a stack. The `diff` method, called in the creation of a
    FakeChangeSet, was mutating the resource map which was problematic
2021-08-19 17:36:11 +01:00
..
fixtures Address pytest warnings (#3629) 2021-01-29 11:31:56 +00:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_cloudformation_depends_on.py Add failures output to ecs.describe_services (#3641) 2021-02-01 12:19:46 +00:00
test_cloudformation_stack_crud_boto3.py Fix bugs. Cloudformation updates are complex! (#4200) 2021-08-19 17:36:11 +01:00
test_cloudformation_stack_crud.py Added explicit exception raise when no stack found. (#3559) 2021-01-16 14:42:51 +00:00
test_cloudformation_stack_integration.py Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_import_value.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_server.py Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_stack_parsing.py Tech debt - remove dead DynamoDB code and add RDS tests (#4136) 2021-08-04 17:24:26 +01:00
test_validate.py Use known ImageID in internal tests (#3555) 2021-01-13 09:02:11 +00:00