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

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Wed, 04 Oct 2023 22:31: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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-mock_1.10.0-2.dsc 2.5 KiB b3d1a9cf1c1f6f0f14e0ea4b977cbe291bd7d0898112aedc40884bc0f0e44931
python-requests-mock_1.10.0.orig.tar.xz 45.4 KiB f90eac173d24c947790e4fd5e8c6c0bd888ce0addc4ce0761157bcee050756d3
python-requests-mock_1.10.0-2.debian.tar.xz 4.1 KiB 6691f6e1fec0f9c3547d11eecc38cca2b5f3adf893e586427712933a1363c7f4

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.