You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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