How to Install and Uninstall python310-pytest-mockito Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python310-pytest-mockito" package
Learn how to install python310-pytest-mockito on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-pytest-mockito
Copied
2. Uninstall "python310-pytest-mockito" package
Please follow the instructions below to uninstall python310-pytest-mockito on openSuSE Tumbleweed:
$
sudo zypper remove
python310-pytest-mockito
Copied
3. Information about the python310-pytest-mockito package on openSuSE Tumbleweed
Information for package python310-pytest-mockito:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-mockito
Version : 0.0.4-2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 7.3 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)
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-mockito
Version : 0.0.4-2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 7.3 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)