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

Last updated: July 03,2024

1. Install "python38-nose" package

Please follow the steps below to install python38-nose on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-nose

2. Uninstall "python38-nose" package

This guide covers the steps necessary to uninstall python38-nose on openSuSE Tumbleweed:

$ sudo zypper remove python38-nose

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

Information for package python38-nose:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-nose
Version : 1.3.7-11.14
Arch : noarch
Vendor : openSUSE
Installed Size : 1,3 MiB
Installed : No
Status : not installed
Source package : python-nose-1.3.7-11.14.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.