moto/tests/test_cloudformation
Andrew Garrett 6f4cb512ac Allow CloudFormation stack tags to be updated
Limitations:

* does not update the tags of the resources in the stack. that can be
implemented later.
* does not support the supposed feature of clearing tags by passing an
empty value that boto3 mentions in its documentation. I could not find
anything in the request body to indicate when an empty value was passed.
2017-03-17 23:57:57 +00:00
..
fixtures Merge in master. 2017-03-05 09:58:39 -05:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_cloudformation_stack_crud_boto3.py Allow CloudFormation stack tags to be updated 2017-03-17 23:57:57 +00:00
test_cloudformation_stack_crud.py Allow CloudFormation stack tags to be updated 2017-03-17 23:57:57 +00:00
test_cloudformation_stack_integration.py Fix cloudformation NoValue parsing to not add attribute. Closes #870 2017-03-16 21:20:01 -04:00
test_server.py Lints. 2017-02-23 21:37:43 -05:00
test_stack_parsing.py Fix tests for py3. 2017-02-23 22:28:09 -05:00