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

Last updated: May 20,2024

1. Install "python36-testfixtures" package

Here is a brief guide to show you how to install python36-testfixtures on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-testfixtures

2. Uninstall "python36-testfixtures" package

Here is a brief guide to show you how to uninstall python36-testfixtures on openSuSE Tumbleweed:

$ sudo zypper remove python36-testfixtures

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

Information for package python36-testfixtures:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-testfixtures
Version : 6.18.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 457,7 KiB
Installed : No
Status : not installed
Source package : python-testfixtures-6.18.3-1.1.src
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!