python-hypothesis
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.
- Versions: 6.54.5 · 6.131.8
- Website: https://hypothesis.works/
- Licenses: MPL 2.0
- Package source: gnu/packages/check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-hypothesis
as follows:
guix install python-hypothesis
Or install a particular version:
guix install python-hypothesis@6.131.8
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.
Badge code
You can use the following badge to inform users of python-hypothesis about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-hypothesis'><img src='https://packages.guix.gnu.org/packages/python-hypothesis/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-hypothesis)
Example Org:
[[https://packages.guix.gnu.org/packages/python-hypothesis][https://packages.guix.gnu.org/packages/python-hypothesis/badges/latest-version.svg]]