python-mockito
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/python-mockito && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
mockito-1.1.1.tar.gz | 0000036959 36.1 KB | |
python-mockito.changes | 0000003569 3.49 KB | |
python-mockito.spec | 0000001787 1.75 KB |
Revision 7 (latest revision is 11)
Dominique Leuenberger (dimstar_suse)
accepted
request 692235
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
- Disable python3 building as the mockito is py2 only (git master is py3 compatible so hopefully next release should be supported) - Update to 1.1.1: * Added forget_invocations function. Thanks to @maximkulkin * Fix: The context manager (with) has now a proper implementation * Fix: Calling patch with two arguments can now be used with with * Fix: Do not treat the placeholder arguments (Ellipsis, args, kwargs) as special on call time anymore. (T.i. they only have a meaning when stubbing or verifying.) * Enhancement: Changed some truthy or equality tests to identity (is) tests. This reduces edge-cases where some user object defines __eq__ or __bool__. (Hello _numpy_!) - Run tests
Comments 0