How to Install and Uninstall python3-testscenarios Package on openSUSE Leap

Last updated: April 28,2024

1. Install "python3-testscenarios" package

Please follow the step by step instructions below to install python3-testscenarios on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-testscenarios

2. Uninstall "python3-testscenarios" package

Learn how to uninstall python3-testscenarios on openSUSE Leap:

$ sudo zypper remove python3-testscenarios

3. Information about the python3-testscenarios package on openSUSE Leap

Information for package python3-testscenarios:
----------------------------------------------
Repository : Main Repository
Name : python3-testscenarios
Version : 0.5.0-1.21
Arch : noarch
Vendor : SUSE LLC
Installed Size : 131.4 KiB
Installed : No
Status : not installed
Source package : python-testscenarios-0.5.0-1.21.src
Upstream URL : https://launchpad.net/testscenarios
Summary : Testscenarios, 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).