python-hypothesis 6.92.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 6.92.1

 -- Timo Röhling <email address hidden>  Mon, 18 Dec 2023 22:42:39 +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.92.1-1.dsc 2.7 KiB 750b9415d650231f5df8824f4de2f90bc090c786a8bf4a32146b71e16c52ba90
python-hypothesis_6.92.1.orig.tar.gz 9.0 MiB ae08e673ccaee89a7268d4e9b9ecbd324d01f0558e168c6fd7d82b30aa5aa0f3
python-hypothesis_6.92.1-1.debian.tar.xz 13.9 KiB c3f7fdc1f8d27a11ddcdbb9aee1926b8c770d5776e2bd93ac3f3e9d1b1c55a2f

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.