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

Last updated: July 02,2024

1. Install "python312-hypothesis" package

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

$ sudo zypper refresh $ sudo zypper install python312-hypothesis

2. Uninstall "python312-hypothesis" package

This guide let you learn how to uninstall python312-hypothesis on openSuSE Tumbleweed:

$ sudo zypper remove python312-hypothesis

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

Information for package python312-hypothesis:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-hypothesis
Version : 6.98.9-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 4.1 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.