moto/tests/test_cloudformation
Jesse Szwedko 6928501973 Throw exception if an update is attempted on a stack in ROLLBACK_COMPLETE
If a stack has a status of ROLLBACK_COMPLETE and you attempt to update
it, the AWS API throws a validation error. This updates moto to have the
same behvaior. We also uncommented a test which tests updating a stack
which passed without any additional modification -- it is unclear why
this test was commented.

Signed-off-by: Jack Lund <jack.lund@getbraintree.com>
2016-04-28 09:30:42 -04:00
..
fixtures Add redshift support for cloudformation. 2015-08-08 13:29:37 -04:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_cloudformation_stack_crud_boto3.py Merge pull request #590 from aiell0/hotfix/update-stack-response-issue-575 2016-04-23 19:38:11 -04:00
test_cloudformation_stack_crud.py Throw exception if an update is attempted on a stack in ROLLBACK_COMPLETE 2016-04-28 09:30:42 -04:00
test_cloudformation_stack_integration.py Fix merge conflicts and add EC2 Instance delete. Closes #576. 2016-04-28 09:22:31 -04:00
test_server.py Add XML support for cloudformation commands that lacked it 2016-02-29 19:50:23 +00:00
test_stack_parsing.py Add cloudformation for RDS. 2015-01-11 16:15:08 -05:00