9af1a96174
This fixes #4141, and pave ways for future changes around changeset. We had subclassed FakeChangeSet from FakeStack, not from BaseModel. This made us easier to send the response for describe_change_set calls, but when we are handling the details of change set, the old approach won't work at all. For example, when we were creating a changeset, we were actually creating a stack without registering it (self.stacks), and future update onto this stack is not really possible. Signed-off-by: Kai Xia <kaix+github@fastmail.com> |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
test_cloudformation_depends_on.py | ||
test_cloudformation_stack_crud_boto3.py | ||
test_cloudformation_stack_crud.py | ||
test_cloudformation_stack_integration.py | ||
test_import_value.py | ||
test_server.py | ||
test_stack_parsing.py | ||
test_validate.py |