Tags: fidelity/spock
Tags
Environment Variable Resolver (#254) * Functionality for env resolver and crypto functionality. also added all currently installed packages to the info dump (in comments) such that a minimal python env should be able to be re-constructed * added unit tests. cleaned up bugs found when creating unit tests * added docs for resolvers * updated README
Callable Types & Post Init Hooks (#226) * Added support for simple `typing.Callable` types (WIP: advanced versions) * Added support for post init hooks that allow for validation on parameters defined within `@spock` decorated classes. Additionally, added some common validation check to utils (within, greater than, less than, etc.) * Updated unit tests to support Python 3.10 * Additional unit tests * linted
pip(deps): update moto requirement from ~=2.3 to ~=3.0 (#209) Updates the requirements on [moto](https://github.com/spulec/moto) to permit the latest version. - [Release notes](https://github.com/spulec/moto/releases) - [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@2.3.0...3.0.0) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Cilfone <nicholas.cilfone@fmr.com>
PreviousNext