python-requests-mock 1.3.0-3 source package in Ubuntu
Changelog
python-requests-mock (1.3.0-3) unstable; urgency=medium * Team upload. * Bump debhelper compat level to 10. * Testsuite: autopkgtest-pkg-python * Updating standards version to 4.1.1. * Use Python 3 version of Sphinx -- Ondřej Nový <email address hidden> Sat, 18 Nov 2017 15:00:46 +0100
Upload details
- Uploaded by:
- PKG OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- PKG OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-requests-mock_1.3.0-3.dsc | 2.6 KiB | 28a93d9284d8c64d302ead8b46fdc9edb2f5428ffcccbcf42d8f3860547bff93 |
python-requests-mock_1.3.0.orig.tar.xz | 32.8 KiB | 5d2c9e0a8aa1598ddfe3c67560424f8fd77dc311d9efb91b36478ec187733138 |
python-requests-mock_1.3.0-3.debian.tar.xz | 3.4 KiB | 7e2c1de1dcfab5f185494a3275fcb013748b8d98cbcb0eb48ec8a40b302f47ec |
Available diffs
No changes file available.
Binary packages built by this source
- python-requests-mock: mock out responses from the requests package - Python 2.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 2.x module.
- 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.