Source: python-hypothesis Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Tristan Seligmann , Vincent Bernat , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , python3-all, python3-attr, python3-coverage, python3-dateutil , python3-django , python3-flaky , python3-hypothesis , python3-lark , python3-mock , python3-numpy , python3-numpy , python3-pexpect , python3-pytest , python3-setuptools, python3-sortedcontainers , python3-sphinx , python3-sphinx-rtd-theme , python3-tz , Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://github.com/HypothesisWorks/hypothesis Vcs-Git: https://salsa.debian.org/python-team/packages/python-hypothesis.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-hypothesis Package: python3-hypothesis Architecture: all Depends: python3-dateutil, ${misc:Depends}, ${python3:Depends}, Recommends: python3-click, Suggests: python-hypothesis-doc, Description: advanced Quickcheck style testing library for Python 3 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 is both extremely practical and also advances the state of the art of unit testing by some way. It's easy to use, stable, and extremely powerful. If you're not using Hypothesis to test your project then you're missing out. . This package contains the Python 3 module. Package: python-hypothesis-doc Architecture: all Built-Using: ${sphinxdoc:Built-Using}, Build-Profiles: Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: advanced Quickcheck style testing library (documentation) 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 is both extremely practical and also advances the state of the art of unit testing by some way. It's easy to use, stable, and extremely powerful. If you're not using Hypothesis to test your project then you're missing out. . This package contains the documentation for Hypothesis.