Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python2-mockito | Distribution: openSUSE Leap 15.2 |
Version: 1.2.1 | Vendor: openSUSE |
Release: lp152.1.1 | Build date: Wed Apr 15 01:16:07 2020 |
Group: Development/Languages/Python | Build host: lamb20 |
Size: 178269 | Source RPM: python-mockito-1.2.1-lp152.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/kaste/mockito-python | |
Summary: Spying framework |
Mockito is a spying framework originally based on the Java library with the same name.
MIT
* Wed Apr 01 2020 pgajdos@suse.com - version update to 1.2.1 - @nielsvaneck fixed how we can lookup inherited classmethods. - Code base now is python 3 compatible. No 2to3 anymore. - Fine tune error messages on unexpected calls or verifications. - @felixonmars fixed a small compatibility issue with python 3.8 - Mocking properties has become a bit easier. (#26) * Mon Apr 08 2019 Tomáš Chvátal <tchvatal@suse.com> - Disable python3 building as the mockito is py2 only (git master is py3 compatible so hopefully next release should be supported) * Fri Apr 05 2019 Tomáš Chvátal <tchvatal@suse.com> - 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 * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Mon Dec 11 2017 sebix+novell.com@sebix.at - update to version 1.0.12 * see CHANGES.txt for a detailed changelog * changes in version 1.0.12: - Better error messages for failed verifications. * changes in version 1.0.7 - 1.0.10 - ``verifyZeroInteractions`` implemented. This is actually a *breaking change*, because ``verifyZeroInteractions`` was an alias for ``verifyNoMoreInteractions`` (sic!). - All `verify*` functions now warn you if you pass in an object which was never stubbed. * changes in version 1.0.0 - 1.0.5 - mockito's strict mode is far more strict than before - ``mock``, ``when``, ``verify`` return mostly empty objects. It is unlikely to have a method_name clash. - ``Mock()`` is now an implementation detail; it is **not** exported anymore. Use ``mock()``. * changes in version 0.7.1: - bugfixes * changes in version 0.7.0: - bugfixes * changes in version 0.6.1: - Added ``thenAnswer(callable)``. The callable will be called to compute the answer the stubbed method will return. For that it will receive the arguments of the caller. * changes in version 0.6.0: - Breaking change: Throw early when calling not expected methods in strict mode. * changes in version 0.5.3: - Remove hard coded distribute setup files. - Remove no longer needed patch python-mockito-0.5.2-setup.py.patch * Sun Dec 08 2013 p.drouand@gmail.com - Update to version 0.5.2 + No changelog available - Remove redundant %clean section - Adapt setup.py.patch to upstream changes - Rename it to respect standard naming conventions - Remove python-mockito.rpmlintrc; problem of execution bits have been fixed by upstream * Thu Oct 24 2013 speilicke@suse.com - Require python-setuptools instead of distribute (upstreams merged) * Thu Jul 18 2013 berendt@b1-systems.de - added python-mockito.rpmlintrc - added setup.py.patch to make package buildable on SLES11 SP3 * Thu Jul 18 2013 berendt@b1-systems.de - added missing python-mockito.changes file - cleaning up the SPEC
/usr/lib/python2.7/site-packages/mockito /usr/lib/python2.7/site-packages/mockito-1.2.1-py2.7.egg-info /usr/lib/python2.7/site-packages/mockito-1.2.1-py2.7.egg-info/PKG-INFO /usr/lib/python2.7/site-packages/mockito-1.2.1-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/mockito-1.2.1-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/mockito-1.2.1-py2.7.egg-info/requires.txt /usr/lib/python2.7/site-packages/mockito-1.2.1-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/mockito/__init__.py /usr/lib/python2.7/site-packages/mockito/__init__.pyc /usr/lib/python2.7/site-packages/mockito/__init__.pyo /usr/lib/python2.7/site-packages/mockito/inorder.py /usr/lib/python2.7/site-packages/mockito/inorder.pyc /usr/lib/python2.7/site-packages/mockito/inorder.pyo /usr/lib/python2.7/site-packages/mockito/invocation.py /usr/lib/python2.7/site-packages/mockito/invocation.pyc /usr/lib/python2.7/site-packages/mockito/invocation.pyo /usr/lib/python2.7/site-packages/mockito/matchers.py /usr/lib/python2.7/site-packages/mockito/matchers.pyc /usr/lib/python2.7/site-packages/mockito/matchers.pyo /usr/lib/python2.7/site-packages/mockito/mock_registry.py /usr/lib/python2.7/site-packages/mockito/mock_registry.pyc /usr/lib/python2.7/site-packages/mockito/mock_registry.pyo /usr/lib/python2.7/site-packages/mockito/mocking.py /usr/lib/python2.7/site-packages/mockito/mocking.pyc /usr/lib/python2.7/site-packages/mockito/mocking.pyo /usr/lib/python2.7/site-packages/mockito/mockito.py /usr/lib/python2.7/site-packages/mockito/mockito.pyc /usr/lib/python2.7/site-packages/mockito/mockito.pyo /usr/lib/python2.7/site-packages/mockito/signature.py /usr/lib/python2.7/site-packages/mockito/signature.pyc /usr/lib/python2.7/site-packages/mockito/signature.pyo /usr/lib/python2.7/site-packages/mockito/spying.py /usr/lib/python2.7/site-packages/mockito/spying.pyc /usr/lib/python2.7/site-packages/mockito/spying.pyo /usr/lib/python2.7/site-packages/mockito/utils.py /usr/lib/python2.7/site-packages/mockito/utils.pyc /usr/lib/python2.7/site-packages/mockito/utils.pyo /usr/lib/python2.7/site-packages/mockito/verification.py /usr/lib/python2.7/site-packages/mockito/verification.pyc /usr/lib/python2.7/site-packages/mockito/verification.pyo /usr/share/doc/packages/python2-mockito /usr/share/doc/packages/python2-mockito/AUTHORS /usr/share/doc/packages/python2-mockito/CHANGES.txt /usr/share/doc/packages/python2-mockito/README.rst /usr/share/licenses/python2-mockito /usr/share/licenses/python2-mockito/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024