Skip to content

Spock v2.4.5

Compare
Choose a tag to compare
@ncilfone ncilfone released this 11 Mar 21:43
· 75 commits to master since this release
0d4b82a

Spock v2.4.5 Release Notes

Major Changes

  • 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.)

Minor Changes

  • Updated unit tests to support Python 3.10
  • Additional unit tests