python-hypothesis 1.17.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    - Change in Python 3 compatibility code (closes: #807988).
  * Add myself to Uploaders.

 -- Tristan Seligmann <email address hidden>  Wed, 16 Dec 2015 17:12:05 +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.17.0-1.dsc 2.0 KiB be0297f9fdfc5fce0b95e7a4373c5892f3fcc71731400772696fd3e4ad2e3731
python-hypothesis_1.17.0.orig.tar.gz 82.3 KiB ec171eef2314cfc199d0dc232ec7bbd5b41f3728b315acd5d6503fcbb5fa8b06
python-hypothesis_1.17.0-1.debian.tar.xz 6.8 KiB f8c6f1218a01f6ac666cc392ea682c2905d0e8170cbe2db56559f10d45e1021c

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.