How to Install and Uninstall python36-pytest-mock Package on openSuSE Tumbleweed

Last updated: November 22,2024

1. Install "python36-pytest-mock" package

Please follow the instructions below to install python36-pytest-mock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pytest-mock

2. Uninstall "python36-pytest-mock" package

Here is a brief guide to show you how to uninstall python36-pytest-mock on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-mock

3. Information about the python36-pytest-mock package on openSuSE Tumbleweed

Information for package python36-pytest-mock:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-mock
Version : 3.6.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 89,7 KiB
Installed : No
Status : not installed
Source package : python-pytest-mock-3.6.1-1.2.src
Summary : Thin-wrapper around the mock package for easier use with pytest
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