python-hypothesis 6.81.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 6.81.1
    - Fixes some lingering issues with inference of recursive types.
      This will hopefully improve the recent unit test flakiness.

 -- Timo Röhling <email address hidden>  Thu, 13 Jul 2023 23:45:21 +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.81.1-1.dsc 2.6 KiB 3e70ed7d9583f83eabaeb96ca8b4037f5a4adfe85bedf30117e27d7117ae1461
python-hypothesis_6.81.1.orig.tar.gz 8.9 MiB 81bdf3febd3bf884fe7aebfbc0ad9de875b99dce0280e9757812a90d7e0e35bf
python-hypothesis_6.81.1-1.debian.tar.xz 13.2 KiB 774008a5b8de0ac79e9532cbbb12d23cd13d0fffd63e0be87438fce2c0799ee0

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.