Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-pytest-mock | Distribution: Mageia |
Version: 3.3.1 | Vendor: Mageia.Org |
Release: 1.mga8 | Build date: Wed Nov 25 19:37:24 2020 |
Group: Development/Python | Build host: localhost |
Size: 80369 | Source RPM: python-pytest-mock-3.3.1-1.mga8.src.rpm |
Packager: guillomovitch <guillomovitch> | |
Url: https://pypi.org/project/pytest-mock | |
Summary: Thin-wrapper around the mock package for easier use with py |
pytest-mock This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package < but with the benefit of not having to worry about undoing patches at the end of a test:.. code-block:: python import os class UnixFS: @staticmethod def rm(filename): os.remove(filename) def test_unix_fs(mocker): mocker.patch('os.remove') UnixFS.rm('file')...
MIT
* Wed Nov 25 2020 guillomovitch <guillomovitch> 3.3.1-1.mga8 + Revision: 1649302 - new version 3.3.1 * Sun Feb 16 2020 umeabot <umeabot> 1.10.4-3.mga8 + Revision: 1535322 - Mageia 8 Mass Rebuild * Fri Oct 11 2019 tv <tv> 1.10.4-2.mga8 + Revision: 1451727 - rebuild with python 3.8 * Fri Aug 09 2019 shlomif <shlomif> 1.10.4-1.mga8 + Revision: 1428459 - New version 1.10.4 - deprecate py2.x * Fri Mar 15 2019 shlomif <shlomif> 1.10.1-1.mga7 + Revision: 1377721 - New version 1.10.1 * Mon Jan 07 2019 shlomif <shlomif> 1.9.0-3.mga7 + Revision: 1350293 - Rebuild for python3 3.7
/usr/lib/python3.8/site-packages/pytest_mock /usr/lib/python3.8/site-packages/pytest_mock-3.3.1-py3.8.egg-info /usr/lib/python3.8/site-packages/pytest_mock-3.3.1-py3.8.egg-info/PKG-INFO /usr/lib/python3.8/site-packages/pytest_mock-3.3.1-py3.8.egg-info/SOURCES.txt /usr/lib/python3.8/site-packages/pytest_mock-3.3.1-py3.8.egg-info/dependency_links.txt /usr/lib/python3.8/site-packages/pytest_mock-3.3.1-py3.8.egg-info/entry_points.txt /usr/lib/python3.8/site-packages/pytest_mock-3.3.1-py3.8.egg-info/requires.txt /usr/lib/python3.8/site-packages/pytest_mock-3.3.1-py3.8.egg-info/top_level.txt /usr/lib/python3.8/site-packages/pytest_mock/__init__.py /usr/lib/python3.8/site-packages/pytest_mock/__pycache__ /usr/lib/python3.8/site-packages/pytest_mock/__pycache__/__init__.cpython-38.opt-1.pyc /usr/lib/python3.8/site-packages/pytest_mock/__pycache__/__init__.cpython-38.pyc /usr/lib/python3.8/site-packages/pytest_mock/__pycache__/_version.cpython-38.opt-1.pyc /usr/lib/python3.8/site-packages/pytest_mock/__pycache__/_version.cpython-38.pyc /usr/lib/python3.8/site-packages/pytest_mock/__pycache__/plugin.cpython-38.opt-1.pyc /usr/lib/python3.8/site-packages/pytest_mock/__pycache__/plugin.cpython-38.pyc /usr/lib/python3.8/site-packages/pytest_mock/_version.py /usr/lib/python3.8/site-packages/pytest_mock/plugin.py /usr/lib/python3.8/site-packages/pytest_mock/py.typed /usr/share/doc/python3-pytest-mock /usr/share/doc/python3-pytest-mock/README.rst /usr/share/licenses/python3-pytest-mock /usr/share/licenses/python3-pytest-mock/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 10:18:22 2024