Skip to content
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

Closed
NightKhaos opened this issue Mar 27, 2018 · 1 comment
Closed

Library does not have any Unit Tests #2

NightKhaos opened this issue Mar 27, 2018 · 1 comment
Assignees
Milestone

Comments

@NightKhaos
Copy link

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.

@NightKhaos NightKhaos added this to the 1.1 milestone Mar 27, 2018
@NightKhaos NightKhaos self-assigned this Mar 27, 2018
@taylorb-syd taylorb-syd modified the milestones: 1.1, 2.0 Jan 9, 2020
@taylorb-syd
Copy link
Contributor

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
Projects
None yet
Development

No branches or pull requests

2 participants