How to Install and Uninstall python-nosehtmloutput Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python-nosehtmloutput" package

Please follow the guidelines below to install python-nosehtmloutput on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-nosehtmloutput

2. Uninstall "python-nosehtmloutput" package

In this section, we are going to explain the necessary steps to uninstall python-nosehtmloutput on openSUSE Leap:

$ sudo zypper remove python-nosehtmloutput

3. Information about the python-nosehtmloutput package on openSUSE Leap

Information for package python-nosehtmloutput:
----------------------------------------------
Repository : Main Repository
Name : python-nosehtmloutput
Version : 0.0.5-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 40,9 KiB
Installed : No
Status : not installed
Source package : python-nosehtmloutput-0.0.5-bp153.1.13.src
Summary : Nose plugin to produce test results in html
Description :
A plugin for nosetests that will write out test results to results.html. The
code is adapted from the example html output plugin at
https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py
and the pyunit Html test runner at
http://tungwaiyip.info/software/HTMLTestRunner.html.