How to Install and Uninstall python38-pytest-mockito Package on openSuSE Tumbleweed
Last updated: November 05,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-pytest-mockito" package
Please follow the step by step instructions below to install python38-pytest-mockito on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-pytest-mockito
Copied
2. Uninstall "python38-pytest-mockito" package
Here is a brief guide to show you how to uninstall python38-pytest-mockito on openSuSE Tumbleweed:
$
sudo zypper remove
python38-pytest-mockito
Copied
3. Information about the python38-pytest-mockito package on openSuSE Tumbleweed
Information for package python38-pytest-mockito:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-mockito
Version : 0.0.4-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 7,3 KiB
Installed : No
Status : not installed
Source package : python-pytest-mockito-0.0.4-1.1.src
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)
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-mockito
Version : 0.0.4-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 7,3 KiB
Installed : No
Status : not installed
Source package : python-pytest-mockito-0.0.4-1.1.src
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)