python-hypothesis 6.82.4-1 source package in Ubuntu

Changelog

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

  * Clean build detritus (Closes: #1047388)
  * New upstream version 6.82.4

 -- Timo Röhling <email address hidden>  Mon, 14 Aug 2023 15:16: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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.82.4-1.dsc 2.6 KiB 119accfb7098724b9e9176c6c1fe7fad7f38c03a5ea840a98ae11ee6a560ef26
python-hypothesis_6.82.4.orig.tar.gz 8.9 MiB 91332db0f17b0faca95ae528324658d0225ff4e2227579107b6d9b18084b0590
python-hypothesis_6.82.4-1.debian.tar.xz 13.3 KiB e4f0272847add266465d61bb7e07b42186331593a85aa7c3d78596568208700c

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.