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.14.0 | Vendor: OpenMandriva |
Release: 1 | Build date: Thu Mar 27 21:19:31 2025 |
Group: Development/Python | Build host: altra-1.openmandriva.org |
Size: 72380 | Source RPM: python-pytest-mock-3.14.0-1.src.rpm |
Packager: bero <bero@lindev.ch> | |
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.11/site-packages/pytest_mock /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/LICENSE /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/METADATA /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/RECORD /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/direct_url.json /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/pytest_mock-3.14.0.dist-info/top_level.txt /usr/lib/python3.11/site-packages/pytest_mock/__init__.py /usr/lib/python3.11/site-packages/pytest_mock/__pycache__ /usr/lib/python3.11/site-packages/pytest_mock/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_mock/__pycache__/_util.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_mock/__pycache__/_version.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_mock/__pycache__/plugin.cpython-311.pyc /usr/lib/python3.11/site-packages/pytest_mock/_util.py /usr/lib/python3.11/site-packages/pytest_mock/_version.py /usr/lib/python3.11/site-packages/pytest_mock/plugin.py /usr/lib/python3.11/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, Sat Apr 5 23:14:46 2025