python-hypothesis 6.100.7-1 source package in Ubuntu

Changelog

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

  * New upstream version 6.100.7

 -- Timo Röhling <email address hidden>  Sun, 12 May 2024 22:56:54 +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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.100.7-1.dsc 2.9 KiB 8b493d73ead6411394c2ea587601c58767a6000b79612bdf6c52f75541deb546
python-hypothesis_6.100.7.orig.tar.gz 9.0 MiB c40e12e0449c0f9a9f746fc42f603757e449356058b1b1363e8c50e351293fb7
python-hypothesis_6.100.7-1.debian.tar.xz 14.5 KiB fc45b99936a0d06403ed49c8fc084a81478e832893556643d86ace9f3a6a3ce8

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.