python-hypothesis 1.11.0-1 source package in Ubuntu

Changelog

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

  * Initial release. Closes: #799044.

 -- Vincent Bernat <email address hidden>  Tue, 15 Sep 2015 10:17:24 +0200

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_1.11.0-1.dsc 2.2 KiB d48df1b98daf16084a776bff25195eae33795afb3a2a727507663d73dda715d8
python-hypothesis_1.11.0.orig.tar.gz 71.3 KiB d60f60834f4545034a29da51d49c2beab6b34962a6b661f2d3b96d6c96126506
python-hypothesis_1.11.0-1.debian.tar.xz 6.4 KiB 718c8407ba530c9f2ba2a02e53656e6d847ebb63410107201a2c9d8e8d4b43fa

No changes file available.

Binary packages built by this source

python-hypothesis: advanced Quickcheck style testing library for Python 2

 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 2 module.

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.