Skip to content

Spock v3.0.0

Compare
Choose a tag to compare
@mmalouane mmalouane released this 17 Jan 14:12
· 48 commits to master since this release
8bd55a4

Spock v3.0.0 Release Notes

Major changes

  • Added support for resolving value definitions from references to other defined variables with the following syntax ${spock.var:SpockClass.defined_variable} (#272)
  • Added support for new fundamental types: (1) file: this is an overload of a str that verifies file existence and (r/w) access (2) directory: this is an overload of a str that verifies directory existence, creation if not existing, and (r/w) access. (#272)
  • Deprecated support for List of repeated @spock decorated classes. (#272)

Minor changes

  • Fixes detecting cycles in graphs. (#272)
  • Fixes #260 and issues with Tuples enforcing len and checking type.
  • Updated docs.
  • Bumped black support for 3.10.
  • Added pre-commit hooks.
  • Updated linter.