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

Last updated: May 18,2024

1. Install "python36-stestr" package

Please follow the guidelines below to install python36-stestr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-stestr

2. Uninstall "python36-stestr" package

This tutorial shows how to uninstall python36-stestr on openSuSE Tumbleweed:

$ sudo zypper remove python36-stestr

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

Information for package python36-stestr:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-stestr
Version : 3.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 922,3 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.