Name: | python3-pytest-mock |
---|---|
Version: | 3.6.1 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 107402 |
License: | MIT |
RPM: | python3-pytest-mock-3.6.1-1.el9.noarch.rpm |
Source RPM: | python-pytest-mock-3.6.1-1.el9.src.rpm |
Build Date: | Thu Feb 03 2022 |
Build Host: | build-ol9-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. |