1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: python-hypothesis
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Tristan Seligmann <mithrandi@debian.org>,
Vincent Bernat <bernat@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
python3-attr,
python3-coverage,
python3-dateutil <!nodoc>,
python3-django <!nodoc>,
python3-flaky <!nocheck>,
python3-hypothesis <!nocheck>,
python3-lark <!nodoc>,
python3-mock <!nocheck>,
python3-numpy <!nocheck>,
python3-numpy <!nodoc>,
python3-pexpect <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sortedcontainers <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-tz <!nocheck>,
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: <!nodoc>
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.
|