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

Changelog

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

  * Cleans better (Closes: #1046396).

 -- Thomas Goirand <email address hidden>  Fri, 18 Aug 2023 00:04:02 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-mock_1.9.3-3.dsc 2.4 KiB a1ff3c33c35bd42a6ee6a31aa5015c1486a2309fd0209b06c9426f66a37c2ec7
python-requests-mock_1.9.3.orig.tar.xz 43.4 KiB 8e48436f450a313cc360736dab7d1b08ad22e7c0e49c48247b3679eca7e72b04
python-requests-mock_1.9.3-3.debian.tar.xz 4.0 KiB 584ac0e4b07868593420d804a67856031b78362c027b5251349365fa3c0ae10e

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.