Name: | python3-pytest-mock |
---|---|
Version: | 3.14.0 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 119613 |
License: | MIT |
RPM: | python3-pytest-mock-3.14.0-2.el10_0.noarch.rpm |
Source RPM: | python-pytest-mock-3.14.0-2.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pytest-dev/pytest-mock/ |
Summary: | Thin-wrapper around the mock package for easier use with py.test |
Description: | 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. |