python-httpretty 0.8.6-2 source package in Ubuntu

Changelog

python-httpretty (0.8.6-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Mon, 27 Apr 2015 19:51:29 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-httpretty_0.8.6-2.dsc 2.4 KiB 618aa868c226d03b55601130dff0cdf37e34bd5cdcc08fd26e7b66f80fb420a4
python-httpretty_0.8.6.orig.tar.xz 39.0 KiB 3b4cca729b41abbd2016c3573a51015c25f83968a037d9d53c0bd1970e0ecce9
python-httpretty_0.8.6-2.debian.tar.xz 3.4 KiB 2fff916508ec09556c2d033663447cc0aac617c432cb7e3b671faabc011d61a6

Available diffs

No changes file available.

Binary packages built by this source

python-httpretty: No summary available for python-httpretty in ubuntu wily.

No description available for python-httpretty in ubuntu wily.

python3-httpretty: HTTP client mock - Python 3.x

 Once upon a time a Python developer wanted to use a RESTful API, everything
 was fine but until the day he needed to test the code that hits the RESTful
 API: what if the API server is down? What if its content has changed ?
 .
 Don't worry, HTTPretty is here for you.
 .
 This package provides the Python 3.x module.