How to Install and Uninstall python38-testscenarios Package on openSuSE Tumbleweed

Last updated: October 04,2024

1. Install "python38-testscenarios" package

Learn how to install python38-testscenarios on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-testscenarios

2. Uninstall "python38-testscenarios" package

In this section, we are going to explain the necessary steps to uninstall python38-testscenarios on openSuSE Tumbleweed:

$ sudo zypper remove python38-testscenarios

3. Information about the python38-testscenarios package on openSuSE Tumbleweed

Information for package python38-testscenarios:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-testscenarios
Version : 0.5.0-4.8
Arch : noarch
Vendor : openSUSE
Installed Size : 117,7 KiB
Installed : No
Status : not installed
Source package : python-testscenarios-0.5.0-4.8.src
Summary : A pyunit extension for dependency injection
Description :
testscenarios provides clean dependency injection for Python unittest style
tests. This can be used for interface testing (testing many implementations via
a single test suite) or for classic dependency injection (provide tests with
dependencies externally to the test code itself, allowing easy testing in
different situations).