Source: python-hypothesis Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Tristan Seligmann , Vincent Bernat , Build-Depends: debhelper (>= 11), dh-python, pypy, pypy-attr, pypy-coverage, pypy-setuptools, python-all, python-attr, python-coverage, python-enum34, python-setuptools, python3-all, python3-attr, python3-coverage, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, Standards-Version: 4.1.3 Homepage: https://github.com/HypothesisWorks/hypothesis Vcs-Git: https://salsa.debian.org/python-team/modules/python-hypothesis.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-hypothesis Package: python-hypothesis Architecture: all Depends: python-dateutil, python-enum34, ${misc:Depends}, ${python:Depends} Suggests: python-hypothesis-doc Description: advanced Quickcheck style testing library for Python 2 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 2 module. Package: python3-hypothesis Architecture: all Depends: python3-dateutil, ${misc:Depends}, ${python3:Depends} 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: pypy-hypothesis Architecture: all Depends: pypy-enum34, ${misc:Depends}, ${pypy:Depends} Suggests: python-hypothesis-doc Description: advanced Quickcheck style testing library for PyPy 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 PyPy module. Package: python-hypothesis-doc Architecture: all 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.