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

Last updated: May 18,2024

1. Install "python39-testfixtures" package

Learn how to install python39-testfixtures on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-testfixtures

2. Uninstall "python39-testfixtures" package

This tutorial shows how to uninstall python39-testfixtures on openSuSE Tumbleweed:

$ sudo zypper remove python39-testfixtures

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

Information for package python39-testfixtures:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-testfixtures
Version : 7.2.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 418.8 KiB
Installed : No
Status : not installed
Source package : python-testfixtures-7.2.2-2.2.src
Upstream URL : https://github.com/Simplistix/testfixtures
Summary : A collection of helpers and mock objects for unit tests and doc tests
Description :
TestFixtures is a collection of helpers and mock objects that are
useful when writing unit tests or doc tests.
If you're wondering why "yet another mock object library", testing is
often described as an art form and as such some styles of library will
suit some people while others will suit other styles. This library
contains common test fixtures the author found himself
repeating from package to package and so decided to extract them into
their own library and give them some tests of their own!