How to Install and Uninstall python3-testfixtures Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-testfixtures" package

Please follow the instructions below to install python3-testfixtures on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-testfixtures

2. Uninstall "python3-testfixtures" package

Learn how to uninstall python3-testfixtures on openSUSE Leap:

$ sudo zypper remove python3-testfixtures

3. Information about the python3-testfixtures package on openSUSE Leap

Information for package python3-testfixtures:
---------------------------------------------
Repository : Main Repository
Name : python3-testfixtures
Version : 6.17.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 456.6 KiB
Installed : No
Status : not installed
Source package : python-testfixtures-6.17.1-bp155.2.12.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!