How to Install and Uninstall python312-pytest-mockito Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python312-pytest-mockito" package

Here is a brief guide to show you how to install python312-pytest-mockito on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pytest-mockito

2. Uninstall "python312-pytest-mockito" package

Please follow the guidelines below to uninstall python312-pytest-mockito on openSuSE Tumbleweed:

$ sudo zypper remove python312-pytest-mockito

3. Information about the python312-pytest-mockito package on openSuSE Tumbleweed

Information for package python312-pytest-mockito:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-mockito
Version : 0.0.4-2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 7.8 KiB
Installed : No
Status : not installed
Source package : python-pytest-mockito-0.0.4-2.10.src
Upstream URL : https://github.com/kaste/pytest-mockito
Summary : Convenience plugin on top of mockito
Description :
Integration of Mockito functionality into Pytest.
For example:
def test_foo(when):
when(os.path).exists('/foo').thenReturn(False)