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

Last updated: July 05,2024

1. Install "python2-stestr" package

Please follow the instructions below to install python2-stestr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-stestr

2. Uninstall "python2-stestr" package

Please follow the guidelines below to uninstall python2-stestr on openSUSE Leap:

$ sudo zypper remove python2-stestr

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

Information for package python2-stestr:
---------------------------------------
Repository : Main Repository
Name : python2-stestr
Version : 2.6.0-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 700,5 KiB
Installed : No
Status : not installed
Source package : python-stestr-2.6.0-bp153.1.19.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.