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

Last updated: May 17,2024

1. Install "python38-testrepository" package

Please follow the guidance below to install python38-testrepository on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-testrepository

2. Uninstall "python38-testrepository" package

Learn how to uninstall python38-testrepository on openSuSE Tumbleweed:

$ sudo zypper remove python38-testrepository

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

Information for package python38-testrepository:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-testrepository
Version : 0.0.20-9.5
Arch : noarch
Vendor : openSUSE
Installed Size : 905,5 KiB
Installed : No
Status : not installed
Source package : python-testrepository-0.0.20-9.5.src
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).