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.7.0 | Vendor: OpenMandriva |
Release: 1 | Build date: Wed Jun 15 00:46:15 2022 |
Group: Development/Python | Build host: c64-2.openmandriva.org |
Size: 52414 | Source RPM: python-pytest-mock-3.7.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.7.0-py3.11.egg-info /usr/lib/python3.11/site-packages/pytest_mock-3.7.0-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/pytest_mock-3.7.0-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/pytest_mock-3.7.0-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/pytest_mock-3.7.0-py3.11.egg-info/entry_points.txt /usr/lib/python3.11/site-packages/pytest_mock-3.7.0-py3.11.egg-info/requires.txt /usr/lib/python3.11/site-packages/pytest_mock-3.7.0-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/pytest_mock/__init__.py /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, Tue Oct 8 23:03:43 2024