Skip to content

v1.8.0

Compare
Choose a tag to compare
@mcous mcous released this 02 Dec 18:48
· 123 commits to main since this release
34b71e9

Bug Fixes

  • matchers: use isinstance() for matchers.IsA rather than type() (#88) (be6c780)
  • fix name argument type anotation in Decoy.mock (1a59098)
  • matchers: ensure ErrorMatching return type matches spec (#86) (c60af56)

Features

  • allow spec-less mocks to be named (#85) (dbc4813), closes #79
  • match args leniently according to spec signature (#89) (fbbe941), closes #78