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

Last updated: May 20,2024

1. Install "python38-stestr" package

Please follow the instructions below to install python38-stestr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-stestr

2. Uninstall "python38-stestr" package

Please follow the guidelines below to uninstall python38-stestr on openSuSE Tumbleweed:

$ sudo zypper remove python38-stestr

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

Information for package python38-stestr:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-stestr
Version : 3.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 920,7 KiB
Installed : No
Status : not installed
Source package : python-stestr-3.2.1-1.1.src
Summary : A test runner runner similar to testrepository
Description :
stestr is a fork of the `testrepository`_ that concentrates on being a
dedicated test runner for python projects. The generic abstraction
layers which enabled testr to work with any subunit emitting runner are gone.
stestr hard codes python-subunit-isms into how it works. The code base is also
designed to try and be explicit, and to provide a python api that is documented
and has examples.