How to Install and Uninstall python2-nose Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-nose" package

This guide let you learn how to install python2-nose on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-nose

2. Uninstall "python2-nose" package

This is a short guide on how to uninstall python2-nose on openSUSE Leap:

$ sudo zypper remove python2-nose

3. Information about the python2-nose package on openSUSE Leap

Information for package python2-nose:
-------------------------------------
Repository : Main Repository
Name : python2-nose
Version : 1.3.7-7.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-nose-1.3.7-7.4.1.src
Summary : Nose extends unittest to make testing easier
Description :
Nose extends the test loading and running features of unittest, making
it easier to write, find and run tests.
By default, nose will run tests in files or directories under the current
working directory whose names include "test" or "Test" at a word boundary
(like "test_this" or "functional_test" or "TestClass" but not
"libtest"). Test output is similar to that of unittest, but also includes
captured stdout output from failing tests, for easy print-style debugging.
These features, and many more, are customizable through the use of
plugins. Plugins included with nose provide support for doctest, code
coverage and profiling, flexible attribute-based test selection,
output capture and more.