moto/tests/test_cloudformation
Shane 0f062f68ff
Cloudformation: Fix - validate template yml fixes
This change fixes:
* Replace call to non-existent exception yaml.ParserError
* Catches yaml scanner error for valid json with tabs
* Supply yaml loader to ensure yaml loading throws exception validly for json with tabs and doesn't try to load the json incorrectly
2020-06-30 22:35:47 +01:00
..
fixtures Change whitespaces back to the way they were and fix typos 2020-01-23 15:46:50 +01:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_cloudformation_depends_on.py Cloud formation "depends_on" #2845 Add depends on and update name type mapping (#2994) 2020-05-18 09:47:18 +01:00
test_cloudformation_stack_crud_boto3.py #1954 - CF - Check stack name in use 2020-06-14 11:31:44 +01:00
test_cloudformation_stack_crud.py Merge pull request #3072 from bblommers/cloudformation-check-name-in-use 2020-06-14 14:01:48 -05:00
test_cloudformation_stack_integration.py Merge pull request #3050 from bblommers/cloudformation-support-dynamodb-streams 2020-06-11 20:58:19 -05:00
test_import_value.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_stack_parsing.py fix to capture yaml scanner error (#3077) 2020-06-18 09:50:58 +01:00
test_validate.py Cloudformation: Fix - validate template yml fixes 2020-06-30 22:35:47 +01:00