Skip to content

Spock v2.5.1

Compare
Choose a tag to compare
@ncilfone ncilfone released this 28 Apr 15:51
· 61 commits to master since this release
a14fb43

Spock v2.5.1 Release Notes

Minor Changes

  • Additional basic post hook methods in utils including support for optionals in existing methods, checking sum of iterable, checking lengths of iterables (#245, #251)
  • Bumped versioneer to newer version (#237)
  • Added function on SpockBuilder class to convert individual instantiated spock classes from a Spockspace into a dictionary representation (#247)
  • Updates to type hinting (#245)
  • Additional docs cleanup for clarity (#236, #242, #248, #249)
  • Additional unit tests