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

Last updated: July 05,2024

1. Install "python39-pyshould" package

Here is a brief guide to show you how to install python39-pyshould on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pyshould

2. Uninstall "python39-pyshould" package

This is a short guide on how to uninstall python39-pyshould on openSuSE Tumbleweed:

$ sudo zypper remove python39-pyshould

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

Information for package python39-pyshould:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pyshould
Version : 0.7.1-7.1
Arch : noarch
Vendor : openSUSE
Installed Size : 110.5 KiB
Installed : No
Status : not installed
Source package : python-pyshould-0.7.1-7.1.src
Upstream URL : https://github.com/drslump/pyshould
Summary : Should style asserts
Description :
PyShould is a Python DSL allowing to write expectations or assertions
in almost natural language. The goal is to offer an expressive yet
readable syntax to define the expectations in detail.
Under the hood it uses the PyHamcrest library of matchers to build
complex matching predicates and great explanations when there is a
mismatch.
Its primary use case is in unit testing, replacing the need for
Python's native assertX methods. Its use is completely transparent
to the unit testing runner used, since mismatches are reported using
the standard AssertionError.