How to Install and Uninstall python3-python-subunit Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-python-subunit" package

Please follow the instructions below to install python3-python-subunit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-python-subunit

2. Uninstall "python3-python-subunit" package

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

$ sudo zypper remove python3-python-subunit

3. Information about the python3-python-subunit package on openSUSE Leap

Information for package python3-python-subunit:
-----------------------------------------------
Repository : Main Repository
Name : python3-python-subunit
Version : 1.4.0+git.1643134405.a629de4-bp155.1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 413.1 KiB
Installed : No
Status : not installed
Source package : subunit-1.4.0+git.1643134405.a629de4-bp155.1.9.src
Upstream URL : https://github.com/testing-cabal/subunit
Summary : Streaming protocol for test results
Description :
Subunit is a streaming protocol for test results. The protocol is a
binary encoding that is generated and parsed. By design, all the
components of the protocol conceptually fit into the xUnit TestCase ->
TestResult interaction.
Subunit comes with command line filters to process a subunit stream and
language bindings for Python, C, C++ and Shell. Bindings can be
written for other languages.
A number of useful things can be done easily with subunit:
- Test aggregation: Tests run separately can be combined and then
reported/displayed together. For instance, tests from different
languages can be shown as a seamless whole.
- Test archiving: A test run may be recorded and replayed later.
- Test isolation: Tests that may crash or otherwise interact badly with
each other can be run separately and then aggregated, rather than
interfering with each other.
- Grid testing: subunit can act as the necessary serialization and
deserialization to get test runs on distributed machines to be
reported in real time.