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

Last updated: May 13,2024

1. Install "python310-testscenarios" package

This tutorial shows how to install python310-testscenarios on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-testscenarios

2. Uninstall "python310-testscenarios" package

This is a short guide on how to uninstall python310-testscenarios on openSuSE Tumbleweed:

$ sudo zypper remove python310-testscenarios

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

Information for package python310-testscenarios:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-testscenarios
Version : 0.5.0-5.6
Arch : noarch
Vendor : openSUSE
Installed Size : 98.7 KiB
Installed : No
Status : not installed
Source package : python-testscenarios-0.5.0-5.6.src
Upstream URL : https://launchpad.net/testscenarios
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).