From 08acfd4544ada3a29178caad945a5e9e06909366 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Mon, 24 Jan 2022 14:13:04 -0800 Subject: [PATCH] Update PR template to add integration tests in checklist --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1b91b346ef..150fc8f02f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,10 +6,11 @@ *Checklist:* -- [ ] Add/update tests using: +- [ ] Add/update [unit tests](https://github.com/aws/serverless-application-model/blob/develop/DEVELOPMENT_GUIDE.md#unit-testing-with-multiple-python-versions) using: - [ ] Correct values - [ ] Bad/wrong values (None, empty, wrong type, length, etc.) - [ ] [Intrinsic Functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html) +- [ ] Add/update [integration tests](https://github.com/aws/serverless-application-model/blob/develop/INTEGRATION_TESTS.md) - [ ] `make pr` passes - [ ] Update documentation - [ ] Verify transformed template deploys and application functions as expected