Skip to content

Commit 02d28b0

Browse files
committed
docs(contributing): set expectation that we don't yet have the best guidance
1 parent d30a412 commit 02d28b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ We group tests in different categories
9696
| End-to-end tests | Gain confidence that a Lambda function with our code operates as expected. | It simulates how customers configure, deploy, and run their Lambda function - Event Source configuration, IAM permissions, etc. | Slow (minutes) |
9797
| Performance tests | Ensure critical operations won't increase latency and costs to customers. | CI arbitrary hardware can make it flaky. We'll resume writing perf test after our new Integ/End have significant coverage. | Fast to moderate (a few seconds to a few minutes) |
9898

99-
Functional tests is mandatory. Maintainers will help indicate whether additional tests are necessary and provide assistance as required.
99+
**NOTE**: Functional tests are mandatory. We have plans to create a guide on how to create these different tests. Maintainers will help indicate whether additional tests are necessary and provide assistance as required.
100100

101101
## Finding contributions to work on
102102

0 commit comments

Comments
 (0)