Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-pytest-mock | Distribution: OpenMandriva Lx |
Version: 3.6.1 | Vendor: OpenMandriva |
Release: 1 | Build date: Wed Jun 30 13:12:44 2021 |
Group: Development/Python | Build host: ryzen9-5.openmandriva.org |
Size: 88078 | Source RPM: python-pytest-mock-3.6.1-1.src.rpm |
Packager: itchka <itchka@compuserve.com> | |
Url: https://github.com/pytest-dev/pytest-mock/ | |
Summary: Thin-wrapper around the mock package for easier use with pytest |
pytest-mock This plugin provides a mocker fixture which is a thin-wrapper around the patching API provided by the mock package < 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') os.remove.assert_called_once_with('file') Besides undoing the mocking automatically after the end of...
MIT
/usr/lib/python3.9/site-packages/pytest_mock /usr/lib/python3.9/site-packages/pytest_mock-3.6.1-py3.9.egg-info /usr/lib/python3.9/site-packages/pytest_mock-3.6.1-py3.9.egg-info/PKG-INFO /usr/lib/python3.9/site-packages/pytest_mock-3.6.1-py3.9.egg-info/SOURCES.txt /usr/lib/python3.9/site-packages/pytest_mock-3.6.1-py3.9.egg-info/dependency_links.txt /usr/lib/python3.9/site-packages/pytest_mock-3.6.1-py3.9.egg-info/entry_points.txt /usr/lib/python3.9/site-packages/pytest_mock-3.6.1-py3.9.egg-info/requires.txt /usr/lib/python3.9/site-packages/pytest_mock-3.6.1-py3.9.egg-info/top_level.txt /usr/lib/python3.9/site-packages/pytest_mock/__init__.py /usr/lib/python3.9/site-packages/pytest_mock/__pycache__ /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/__init__.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/__init__.cpython-39.pyc /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/_util.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/_util.cpython-39.pyc /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/_version.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/_version.cpython-39.pyc /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/plugin.cpython-39.opt-1.pyc /usr/lib/python3.9/site-packages/pytest_mock/__pycache__/plugin.cpython-39.pyc /usr/lib/python3.9/site-packages/pytest_mock/_util.py /usr/lib/python3.9/site-packages/pytest_mock/_version.py /usr/lib/python3.9/site-packages/pytest_mock/plugin.py /usr/lib/python3.9/site-packages/pytest_mock/py.typed /usr/share/doc/python-pytest-mock /usr/share/doc/python-pytest-mock/README.rst /usr/share/licenses/python-pytest-mock /usr/share/licenses/python-pytest-mock/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Nov 4 23:03:43 2024