How to Install and Uninstall python311-hypothesis Package on openSUSE Leap

Last updated: June 26,2024

1. Install "python311-hypothesis" package

Please follow the step by step instructions below to install python311-hypothesis on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-hypothesis

2. Uninstall "python311-hypothesis" package

Please follow the steps below to uninstall python311-hypothesis on openSUSE Leap:

$ sudo zypper remove python311-hypothesis

3. Information about the python311-hypothesis package on openSUSE Leap

Information for package python311-hypothesis:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-hypothesis
Version : 6.82.7-150400.3.6.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 4.1 MiB
Installed : No
Status : not installed
Source package : python-hypothesis-6.82.7-150400.3.6.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.

5. The same packages on other Linux Distributions