python-hypothesis 6.80.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Use tags in debian/watch again
  * New upstream version 6.80.0

 -- Timo Röhling <email address hidden>  Thu, 29 Jun 2023 00:21:03 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.80.0-1.dsc 2.5 KiB 1d0c1d41ce0d860142bc31c03294533baeb5cb06b2c597a482d9c8749fb0b52a
python-hypothesis_6.80.0.orig.tar.gz 8.9 MiB edbe6b5e114ed917f4fec74051480d101e42952da6ee74c1f8c19080f8826df4
python-hypothesis_6.80.0-1.debian.tar.xz 12.6 KiB b1c70bc784fac61d765a59f38371ec293ac832b6f4b66af8f9839f2a2767095b

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.