python-requests-mock 1.7.0-2 source package in Ubuntu

Changelog

python-requests-mock (1.7.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 08 May 2020 11:37:17 +0200

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-mock_1.7.0-2.dsc 2.4 KiB c34a4305460990a4fb28292408d1b7ecfc6618d41daa2264e69dd09b90127006
python-requests-mock_1.7.0.orig.tar.xz 37.0 KiB 9694c84b1f4a26a5c1ab094a550c9370d138e163012d446f056ed6489152636e
python-requests-mock_1.7.0-2.debian.tar.xz 3.9 KiB 4adacff153172995c399e3c3b475f6f5c38c4a136695c46adbe263eb83a504e8

No changes file available.

Binary packages built by this source

python-requests-mock-doc: mock out responses from the requests package - doc

 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adapter
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
  This package contains the documentation.

python3-requests-mock: mock out responses from the requests package - Python 3.x

 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adapter
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
 This package contains the Python 3.x module.