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

Last updated: June 26,2024

1. Install "python36-hypothesis" package

Please follow the guidelines below to install python36-hypothesis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-hypothesis

2. Uninstall "python36-hypothesis" package

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

$ sudo zypper remove python36-hypothesis

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

Information for package python36-hypothesis:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-hypothesis
Version : 6.14.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2,5 MiB
Installed : No
Status : not installed
Source package : python-hypothesis-6.14.1-1.2.src
Summary : A library for property based testing
Description :
Hypothesis is a library for testing your Python code against a much larger range
of examples than you would ever want to write by hand. It's based on the Haskell
library, Quickcheck, and is designed to integrate seamlessly into your existing
Python unit testing work flow.
Hypothesis works with most widely used versions of Python. It supports implementations
compatible with 2.6, 2.7 and 3.3+, and is known to work on CPython and PyPy (but not
PyPy3 until they support a 3.3 compatible version of the language). It does *not* currently
work on Jython or on Python 3.0 through 3.2.