python-hypothesis 6.54.5
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.
- Outputs:
out
- Website: https://hypothesis.works/
- Licenses: MPL 2.0
- Package source: gnu/packages/check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-hypothesis 6.54.5
as follows:
guix install python-hypothesis@6.54.5
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.