How to Install and Uninstall python311-unittest-xml-reporting Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-unittest-xml-reporting" package

This guide covers the steps necessary to install python311-unittest-xml-reporting on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-unittest-xml-reporting

2. Uninstall "python311-unittest-xml-reporting" package

This is a short guide on how to uninstall python311-unittest-xml-reporting on openSuSE Tumbleweed:

$ sudo zypper remove python311-unittest-xml-reporting

3. Information about the python311-unittest-xml-reporting package on openSuSE Tumbleweed

Information for package python311-unittest-xml-reporting:
---------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-unittest-xml-reporting
Version : 3.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 127.2 KiB
Installed : No
Status : not installed
Source package : python-unittest-xml-reporting-3.2.0-1.1.src
Upstream URL : https://github.com/xmlrunner/unittest-xml-reporting
Summary : PyUnit-based test runner with JUnit like XML reporting
Description :
unittest-xml-reporting is a unittest test runner that can save test results
to XML files that can be consumed by a wide range of tools, such as build
systems, IDEs and continuous integration servers.