python-hypothesis 6.60.0-3 source package in Ubuntu

Changelog

python-hypothesis (6.60.0-3) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Consolidate skipping all broken tests in one patch
  * Apply M-A hint

 -- Timo Röhling <email address hidden>  Sat, 10 Dec 2022 17:36:35 +0100

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.60.0-3.dsc 2.5 KiB 6cb0721efa6c5dea3116da18b089db66b02804757e21b780586cad3d0b9d7e79
python-hypothesis_6.60.0.orig.tar.gz 8.9 MiB 2e6676d6ea691cd443d77d8900bb223d36bd701b6cc821b4e2eabf0c8bafe2c5
python-hypothesis_6.60.0-3.debian.tar.xz 11.7 KiB d235fa6c760660b5bd4abdabb0c9fccdfc09d66cbfbc7434a7019a590cc4bdbe

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.