@@ -405,13 +405,6 @@ Examples of using the `BlueprintTestCase` class can be found in the
405405stacker_blueprints repo. For example, see the tests used to test the
406406`Route53 DNSRecords Blueprint `_ and the accompanying `output results `_:
407407
408- .. _troposphere : https://github.com/cloudtools/troposphere
409- .. _stacker_blueprints : https://github.com/cloudtools/stacker_blueprints
410- .. _Route53 DNSRecords Blueprint : https://github.com/cloudtools/stacker_blueprints/blob/master/tests/test_route53.py
411- .. _output results : https://github.com/cloudtools/stacker_blueprints/tree/master/tests/fixtures/blueprints
412- .. _Resource Type : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
413- .. _Property Type : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-product-property-reference.html
414-
415408Yaml (stacker) format tests
416409---------------------------
417410
@@ -439,6 +432,12 @@ stacker_blueprints repo. For example, see the tests used to test the
439432`s3.Buckets `_ class and the accompanying `fixture `_. These are
440433generated from a `subclass of YamlDirTestGenerator `_.
441434
442- .. _s3.Buckets : https://github.com/cloudtools/stacker_blueprints/blob/yaml-tests/tests/test_s3.yaml
443- .. _fixture : https://github.com/cloudtools/stacker_blueprints/tree/yaml-tests/tests/fixtures/blueprints/s3_static_website.json
444- .. _subclass of YamlDirTestGenerator : https://github.com/cloudtools/stacker_blueprints/tree/yaml-tests/tests/__init__.py
435+ .. _troposphere : https://github.com/cloudtools/troposphere
436+ .. _stacker_blueprints : https://github.com/cloudtools/stacker_blueprints
437+ .. _Route53 DNSRecords Blueprint : https://github.com/cloudtools/stacker_blueprints/blob/master/tests/test_route53.py
438+ .. _output results : https://github.com/cloudtools/stacker_blueprints/tree/master/tests/fixtures/blueprints
439+ .. _Resource Type : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
440+ .. _Property Type : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-product-property-reference.html
441+ .. _s3.Buckets : https://github.com/cloudtools/stacker_blueprints/blob/master/tests/test_s3.yaml
442+ .. _fixture : https://github.com/cloudtools/stacker_blueprints/blob/master/tests/fixtures/blueprints/s3_static_website.json
443+ .. _subclass of YamlDirTestGenerator : https://github.com/cloudtools/stacker_blueprints/blob/master/tests/__init__.py
0 commit comments