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

Last updated: May 05,2024

1. Install "python39-pytest-mockito" package

Please follow the step by step instructions below to install python39-pytest-mockito on openSuSE Tumbleweed

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

2. Uninstall "python39-pytest-mockito" package

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

$ sudo zypper remove python39-pytest-mockito

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

Information for package python39-pytest-mockito:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-mockito
Version : 0.0.4-2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 7.4 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)