This package browser is in early development. Mind the rough edges.

python-hypothesis 6.131.8

Library for property based testing

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.

Installation

Install python-hypothesis 6.131.8 as follows:

guix install python-hypothesis@6.131.8

Or install the latest version:

guix install python-hypothesis

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.