python-hypothesis 6.88.4-1 source package in Ubuntu

Changelog

python-hypothesis (6.88.4-1) unstable; urgency=medium

  * New upstream version 6.88.4

 -- Timo Röhling <email address hidden>  Wed, 15 Nov 2023 19:33:31 +0100

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.88.4-1.dsc 2.7 KiB bd85a903ff56087ab1f9c7131c05d0d40cf6acc4f724bf1bba54ec8c2b7b0735
python-hypothesis_6.88.4.orig.tar.gz 9.0 MiB 8561b2b171bc744cadf29da44071d48e25a6168d0ea1181d90f073f48fc73c65
python-hypothesis_6.88.4-1.debian.tar.xz 13.8 KiB d7a1dd656509befc516552a58005f3995fbb935964263b574e7fb5026cb2e573

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.