Package python-mock-2.0.0-13.module+el8.10.0+290+0cb98707.src
Name | python-mock |
---|---|
Epoch | 0 |
Version | 2.0.0 |
Release | 13.module+el8.10.0+290+0cb98707 |
Architecture | src |
Website/URL | http://www.voidspace.org.uk/python/mock/ |
License | BSD |
Build Time | 2024-05-24 13:21:40 |
Build Host | builder-x86-06.inferitos.ru |
Summary | A Python Mocking and Patching Library for Testing |
Repositories | AppStream |
Description | Mock is a Python module that provides a core mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way. |
Errata | — |
Size | 87 KiB |
Source Project | python-mock-2.0.0-13.module+el8.10.0+290+0cb98707 |
SHA-256 checksum | dd2b8c20a90aa45cc72862b7bb2ac6f7f7e5f35f47d103ecaa7e5a2bdb0042cd |
×
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.0.0-13 - Rebuilt for MSVSphere 8.10 beta * Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 2.0.0-13 - Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587 * Tue Jul 31 2018 Lumír Balhar <lbalhar@redhat.com> - 2.0.0-12 - Switch python3 coditions to bcond * Sun Jul 15 2018 Lumír Balhar <lbalhar@redhat.com> - 2.0.0-11 - Enable Python 3 subpackage and disabled tests * Fri Jul 13 2018 Lumír Balhar <lbalhar@redhat.com> - 2.0.0-10 - First version for python27 module * Mon Jul 09 2018 Petr Viktorin <pviktori@redhat.com> - 2.0.0-9 - Drop dependency on python3-funcsigs (funcsigs functionality is in the Python 3 standard library -- inspect) - Drop dependency on python2-unittest2 (Not available in the distro) - Fix python2 requires names * Mon Jun 25 2018 Lumír Balhar <lbalhar@redhat.com> - 2.0.0-9 - Allow build with Python 2 * Wed Jun 20 2018 Lumír Balhar <lbalhar@redhat.com> - 2.0.0-8 - Add patch to remove dependency on pbr * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Oct 10 2017 Troy Dawson <tdawson@redhat.com> - 2.0.0-6 - Cleanup spec file conditionals