Skip to content

Commit db77d0c

Browse files
authored
Update PR template to add integration tests in checklist (#2306)
1 parent 59df2db commit db77d0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
*Checklist:*
88

9-
- [ ] Add/update tests using:
9+
- [ ] Add/update [unit tests](https://github.com/aws/serverless-application-model/blob/develop/DEVELOPMENT_GUIDE.md#unit-testing-with-multiple-python-versions) using:
1010
- [ ] Correct values
1111
- [ ] Bad/wrong values (None, empty, wrong type, length, etc.)
1212
- [ ] [Intrinsic Functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html)
13+
- [ ] Add/update [integration tests](https://github.com/aws/serverless-application-model/blob/develop/INTEGRATION_TESTS.md)
1314
- [ ] `make pr` passes
1415
- [ ] Update documentation
1516
- [ ] Verify transformed template deploys and application functions as expected

0 commit comments

Comments
 (0)