Skip to content

Commit

Permalink
docs: mention what transform tests are (#3129)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffa committed Apr 25, 2023
1 parent c89a43e commit ed42f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DEVELOPMENT_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ each version and flip between them (sourcing the activate script). Typically, we
one python version locally and then have our ci (appveyor) run all supported versions.

### Transform tests

Transform tests ensure a SAM template transforms into the expected CloudFormation template.

When adding new transform tests, we have provided a script to help generate the transform test input
and output files in the correct directory given a template.yaml file.
```bash
Expand Down

0 comments on commit ed42f67

Please sign in to comment.