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

Last updated: July 03,2024

1. Install "python311-testfixtures" package

This is a short guide on how to install python311-testfixtures on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-testfixtures

2. Uninstall "python311-testfixtures" package

Please follow the step by step instructions below to uninstall python311-testfixtures on openSuSE Tumbleweed:

$ sudo zypper remove python311-testfixtures

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

Information for package python311-testfixtures:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-testfixtures
Version : 7.2.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 491.6 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!