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

Last updated: November 26,2024

1. Install "python39-nose" package

Please follow the step by step instructions below to install python39-nose on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-nose

2. Uninstall "python39-nose" package

Please follow the guidance below to uninstall python39-nose on openSuSE Tumbleweed:

$ sudo zypper remove python39-nose

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

Information for package python39-nose:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.