Added
- Stubs with spec pass isinstance test with the spec object.
Changed
- Raise an
AttributeError
ifreturn_value
orside_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.