python-hypothesis 6.80.1-2 source package in Ubuntu

Changelog

python-hypothesis (6.80.1-2) unstable; urgency=medium

  * Team upload.
  * Refactor test skipping; skip failing recursion test

 -- Timo Röhling <email address hidden>  Sun, 09 Jul 2023 09:41:50 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.80.1-2.dsc 2.7 KiB 28ef49e8988fbaa22d00fd4c6bd5377b131f97f76afc76be6432142bedc0d8ab
python-hypothesis_6.80.1.orig.tar.gz 8.9 MiB 2b0c557c3a8cbaac71d7afc3176680ba5152dfd699c4890c403c5003a9e0dff1
python-hypothesis_6.80.1-2.debian.tar.xz 13.0 KiB 2b8411ac98ea1420a4284312d4991b4018e9b7e44430062626f1976b24abf4b3

Available diffs

No changes file available.

Binary packages built by this source

python-hypothesis-doc: 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.

python3-hypothesis: 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.