-
Notifications
You must be signed in to change notification settings - Fork 1
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
Library does not have any Unit Tests #2
Comments
Written some Unit Tests, but Unit Tests are not inclusive of everything. Moving milestone as it is delaying 1.1 release. |
taylorb-syd
added a commit
that referenced
this issue
Jan 9, 2020
Implements: - #1 Redaction of `DEBUG` event printing interface to prevent information leaks in logs. - #5 Chained Lambda Invocations with Timeout Support - #11 Removes dependency on `botocore.vendored.requests` allowing for Python3.8 based Lambda support. - #2 (Partial) Includes some new Unit Tests and Functional Tests
taylorb-syd
added a commit
that referenced
this issue
Feb 15, 2023
taylorb-syd
added a commit
that referenced
this issue
Feb 15, 2023
* [Issue #18] Changed Whitelist/Blacklist to Allowlist/Blocklist, Refactored Code, Improved Testing Code, Improved README.md grammar * [Issue #3] Introduced logic to check size of response. Refactored decorator exception handling. * [Issue #4] Introduced a function to collapse the output data and used this in the cfnresponse function * [1.2.0rc1] Documentation Pass to improve README.md * [Issue #2] Implemented Unit Tests * [Issue #21] Added the response headers for troubleshooting to the debug log output
taylorb-syd
added a commit
that referenced
this issue
Feb 15, 2023
* [Issue #18] Changed Whitelist/Blacklist to Allowlist/Blocklist, Refactored Code, Improved Testing Code, Improved README.md grammar * [Issue #3] Introduced logic to check size of response. Refactored decorator exception handling. * [Issue #4] Introduced a function to collapse the output data and used this in the cfnresponse function * [1.2.0rc1] Documentation Pass to improve README.md * [Issue #2] Implemented Unit Tests * [Issue #21] Added the response headers for troubleshooting to the debug log output
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be good to install unit tests to make sure all the functionality is behaving as expected. Especially since with the redaction functionality the library is getting more complicated.
The text was updated successfully, but these errors were encountered: