How to Install and Uninstall python312-fixtures Package on openSuSE Tumbleweed

Last updated: November 17,2024

1. Install "python312-fixtures" package

This is a short guide on how to install python312-fixtures on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-fixtures

2. Uninstall "python312-fixtures" package

This guide covers the steps necessary to uninstall python312-fixtures on openSuSE Tumbleweed:

$ sudo zypper remove python312-fixtures

3. Information about the python312-fixtures package on openSuSE Tumbleweed

Information for package python312-fixtures:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-fixtures
Version : 4.1.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 417.5 KiB
Installed : No
Status : not installed
Source package : python-fixtures-4.1.0-1.4.src
Upstream URL : https://github.com/testing-cabal/fixtures
Summary : Fixtures, reusable state for writing clean tests and more
Description :
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to make it
easy to write your own fixtures using the fixtures contract. Glue code is
provided that makes using fixtures that meet the Fixtures contract in unittest
compatible test cases easy and straight forward.