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

Last updated: May 15,2024

1. Install "python39-hypothesis" package

In this section, we are going to explain the necessary steps to install python39-hypothesis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-hypothesis

2. Uninstall "python39-hypothesis" package

Here is a brief guide to show you how to uninstall python39-hypothesis on openSuSE Tumbleweed:

$ sudo zypper remove python39-hypothesis

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

Information for package python39-hypothesis:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-hypothesis
Version : 6.98.9-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.2 MiB
Installed : No
Status : not installed
Source package : python-hypothesis-6.98.9-1.1.src
Upstream URL : https://github.com/HypothesisWorks/hypothesis
Summary : A library for property based testing
Description :
Hypothesis is a family of testing libraries which let you write tests parametrized
by a source of examples. A Hypothesis implementation then generates simple and
comprehensible examples that make your tests fail. This simplifies writing your
tests and makes them more powerful at the same time, by letting software automate
the boring bits and do them to a higher standard than a human would, freeing you
to focus on the higher level test logic.
This sort of testing is often called "property-based testing", and the most widely
known implementation of the concept is the Haskell library QuickCheck, but
Hypothesis differs significantly from QuickCheck and is designed to fit idiomatically
and easily into existing styles of testing that you are used to, with absolutely no
familiarity with Haskell or functional programming needed.