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

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Wed, 29 Sep 2021 13:31:22 +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
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-mock_1.9.3-2.dsc 2.4 KiB da5bb07468737f7e1ce81fdb5729de364b5c93c363e6a88ce12011a4137da7cb
python-requests-mock_1.9.3.orig.tar.xz 43.4 KiB 8e48436f450a313cc360736dab7d1b08ad22e7c0e49c48247b3679eca7e72b04
python-requests-mock_1.9.3-2.debian.tar.xz 3.9 KiB c199ac19ba8b9a6d0380b1feb5d640db4fdcfdd9add386bbb8712d62bdaadfc0

Available diffs

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.