python-httpretty 1.1.4-2 source package in Ubuntu

Changelog

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

  * Cleans better (Closes: #1047382).

 -- Thomas Goirand <email address hidden>  Wed, 22 Dec 2021 09:35:28 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-httpretty_1.1.4-2.dsc 2.4 KiB c7a8838614c7e0b748a42ccc95a619d93881ffaa3626d312ed66f7c09ad52988
python-httpretty_1.1.4.orig.tar.xz 52.7 KiB d7dcb8d8da92358fad460ea9f42c7b5ca0dca607cdfc87dbc78044a7fe2dfc9c
python-httpretty_1.1.4-2.debian.tar.xz 5.9 KiB aac68b037eceffb477a3d44bf481555e1d8bb6ab7bb671680eed066ee9bf67fe

Available diffs

No changes file available.

Binary packages built by this source

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.