python-requests-mock 1.6.0-2build1 source package in Ubuntu
Changelog
python-requests-mock (1.6.0-2build1) focal; urgency=medium * No-change rebuild to generate dependencies on python2. -- Matthias Klose <email address hidden> Tue, 17 Dec 2019 12:53:22 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-requests-mock_1.6.0.orig.tar.xz | 36.4 KiB | 7fe04eafbbfc654f01e3cb4ada55331c76350357c8897c94b3cdd9e662765c05 |
python-requests-mock_1.6.0-2build1.debian.tar.xz | 4.0 KiB | 3a2bda903a8a775af2d8d5a2502a957246168b3d70f8a80bf382cff0e4993478 |
python-requests-mock_1.6.0-2build1.dsc | 2.5 KiB | 45088f2bba5ac990f770d3a52de4490fd2c6d732c805fc681f529ef7680216d9 |
Available diffs
- diff from 1.5.2-2 (in Debian) to 1.6.0-2build1 (6.0 KiB)
- diff from 1.6.0-2 (in Debian) to 1.6.0-2build1 (332 bytes)
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.