- Testing framework for AWS endpoints changed from `moto` to botocore's `Stubber`. (Preocts )
- Small internal refactors to AWS loaders on how boto3 clients are created to improve coverage and remove unnecessary error catching. (Preocts )
- Simplifying coverage output to hide files with 100% coverage (Preocts )
- Simplifying coverage output to no longer generate xml and html reports (unused) (Preocts )
What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/Preocts/secretbox/pull/59
* Remove moto testing framework, replace with botocore Stubber by Preocts in https://github.com/Preocts/secretbox/pull/60
* Remove moto by Preocts in https://github.com/Preocts/secretbox/pull/61
* Remove moto, references, and optional 'tests' install by Preocts in https://github.com/Preocts/secretbox/pull/62
**Full Changelog**: https://github.com/Preocts/secretbox/compare/v2.3.2...v2.3.3