Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-pytest-mock

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...

Found 1 sites for python-pytest-mock

Found 8 RPM for python-pytest-mock

PackageSummaryDistributionDownload
python-pytest-mock-3.7.0-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva Cooker for x86_64python-pytest-mock-3.7.0-1.noarch.rpm
python-pytest-mock-3.7.0-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva Cooker for aarch64python-pytest-mock-3.7.0-1.noarch.rpm
python-pytest-mock-3.7.0-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva 5.0 for x86_64python-pytest-mock-3.7.0-1.noarch.rpm
python-pytest-mock-3.7.0-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva 5.0 for aarch64python-pytest-mock-3.7.0-1.noarch.rpm
python-pytest-mock-3.6.1-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva Cooker for aarch64python-pytest-mock-3.6.1-1.noarch.rpm
python-pytest-mock-3.6.1-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva Cooker for x86_64python-pytest-mock-3.6.1-1.noarch.rpm
python-pytest-mock-3.6.1-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva 5.0 for x86_64python-pytest-mock-3.6.1-1.noarch.rpm
python-pytest-mock-3.6.1-1.noarch.htmlThin-wrapper around the mock package for easier use with pytestOpenMandriva 5.0 for aarch64python-pytest-mock-3.6.1-1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet