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
{{ message }}
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.
- Fixed issue #9 [http://bitbucket.org/szczepiq/mockito-python/issue/9] : Generating stubs from classes caused method to be replaced in original classes.
Release 0.5.0 (July 26, 2010)
-----------------------------
API Changes:
- Added possibility to spy on real objects.
- Added "never" syntactic sugar for verifications.
BUG Fixes:
- Fixed issue with named arguments matching.
Other Changes:
- Python 2.7 support
- Deprecated APIs now generate deprecation warnings.
Release 0.4.0 (July 2, 2010)
----------------------------
API Changes:
- Added possibility to verify invocations in order.
BUG Fixes:
- Fixed issue with installing mockito from egg without distribute installed.