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

Last updated: April 28,2024

1. Install "python3-stestr" package

In this section, we are going to explain the necessary steps to install python3-stestr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-stestr

2. Uninstall "python3-stestr" package

Please follow the steps below to uninstall python3-stestr on openSUSE Leap:

$ sudo zypper remove python3-stestr

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

Information for package python3-stestr:
---------------------------------------
Repository : Main Repository
Name : python3-stestr
Version : 2.6.0-8.4.10
Arch : noarch
Vendor : SUSE LLC
Installed Size : 833.4 KiB
Installed : No
Status : not installed
Source package : python-stestr-2.6.0-8.4.10.src
Upstream URL : https://github.com/mtreinish/stestr
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.