python-hypothesis 6.105.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 6.105.1

 -- Timo Röhling <email address hidden>  Tue, 09 Jul 2024 15:08:30 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.105.1-1.dsc 2.9 KiB 0c9fe828e08c8c52ee449f017fe1c4b33560aa0b935b4e7ff9ad60da8ddd8055
python-hypothesis_6.105.1.orig.tar.gz 9.0 MiB 82d25f2c7183feeefcc5c6ada703b7864bafb1c24cfdc071d48dd1af0fd2a963
python-hypothesis_6.105.1-1.debian.tar.xz 14.5 KiB daad7215ecfb2e91218a37cdd315a8511c1b471b9445e795c8d369b400c66b5a

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.