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

Last updated: May 18,2024

1. Install "python3-testrepository" package

This guide let you learn how to install python3-testrepository on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-testrepository

2. Uninstall "python3-testrepository" package

Please follow the guidelines below to uninstall python3-testrepository on openSUSE Leap:

$ sudo zypper remove python3-testrepository

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

Information for package python3-testrepository:
-----------------------------------------------
Repository : Main Repository
Name : python3-testrepository
Version : 0.0.20-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 940.2 KiB
Installed : No
Status : not installed
Source package : python-testrepository-0.0.20-1.17.src
Upstream URL : https://launchpad.net/testrepository
Summary : A repository of test results
Description :
This project provides a database of test results which can be used as part of
developer workflow to ensure/check things like:
* No commits without having had a test failure, test fixed cycle.
* No commits without new tests being added.
* What tests have failed since the last commit (to run just a subset).
* What tests are currently failing and need work.
Test results are inserted using subunit (and thus anything that can output
subunit or be converted into a subunit stream can be accepted).