python-hypothesis 3.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Tristan Seligmann <email address hidden>  Thu, 18 Feb 2016 15:57:16 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_3.0.1-1.dsc 2.1 KiB 8c1df5f5151f57b18ed2769878c228768d86c65d2daa3e6a9cd82ff3a9ca46cb
python-hypothesis_3.0.1.orig.tar.gz 213.1 KiB 3a7865f6e2485239cb3f6db9bbe806706c8a628c8d7d76196b94750cd657dcfc
python-hypothesis_3.0.1-1.debian.tar.xz 7.0 KiB 09956c26cc662046e2f68cc4cfe06f820e9be5fbc31c6e66c442790d382a007d

Available diffs

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.