-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add section on how to contribute tests to the overall project #1916
Comments
Hi @sthulb! Are you talking about testing in general with Powertools? In our contributing guide we have a GitPod template ready to run the Powertools tests (local + e2e) and I wonder if that's not enough. Thank you. |
@leandrodamascena I was thinking more like adding a section like: https://developer.hashicorp.com/terraform/plugin/testing/testing-patterns |
While there may not be a dedicated "testing" section in the documentation, it's worth noting that each utility within the aws-powertools library typically includes a "Testing Your Code" section. (Example: batch processing). This section provides guidance on how to write tests specifically for that utility. Expanding this with a dedicated section for testing will exponentially increase the effort to maintain the code. For now I will close the issue, and I ask you to reopen if necessary. |
|
@heitorlessa is working on this documentation. Reopening. |
|
This is now released under 2.26.0 version! |
What were you searching in the docs?
I was trying to find a section on how to setup a local test harness so I could write some tests
Is this related to an existing documentation section?
No response
How can we improve?
There needs to be a contributing/testing section in the docs to help people get up to speed faster with writing tests for the project.
Got a suggestion in mind?
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: