Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Apr 17, 2024
1 parent 4de8289 commit fadce8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Transform:
- MyOtherTransform
- AWS::LanguageExtensions
Resources:
Bucket:
Type: AWS::S3::Bucket
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def setUp(self):
self.success_templates = [
"test/fixtures/templates/good/transforms/language_extensions_with_sam.yaml",
"test/fixtures/templates/good/transforms/string_transform.yaml",
"test/fixtures/templates/good/transforms/language_extensions_with_other.yaml",
]

def test_file_positive(self):
Expand Down

0 comments on commit fadce8e

Please sign in to comment.