Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@ollipa ollipa released this 23 Mar 13:56
· 11 commits to main since this release

Added

  • Stubs with spec pass isinstance test with the spec object.

Changed

  • Raise an AttributeError if return_value or side_effect is called when
    spying.

Fixed

  • Fix spec defined as a list of strings fails with AttributeError.

Infrastructure

  • Add Pytest 8 to the test matrix.