Skip to content

Spock v3.0.1

Compare
Choose a tag to compare
@mmalouane mmalouane released this 19 Jan 15:28
· 42 commits to master since this release
af305f4

Spock v3.0.1 Release Notes

Minor changes

  • Fixed bug in the new resolver when there is both a cls and self variable reference -- casts were per type but needed to be one cast post all reference resolution
  • Fixed bug in new types (file and directory) for relative paths -- pathlib needs to call .resolve() prior to using the path
  • Added a helper methods module -- moved the to_dict method out of the SpockBuilder and into helpers so it can be independent of having an instantiated SpockBuilder