python-requests-mock 1.1.0-0ubuntu1 source package in Ubuntu
Changelog
python-requests-mock (1.1.0-0ubuntu1) zesty; urgency=medium * d/gbp.conf: Update gbp configuration file. * d/control: Update Vcs-* links and maintainers. * New upstream release. -- Corey Bryant <email address hidden> Thu, 20 Oct 2016 09:00:17 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Zesty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-requests-mock_1.1.0.orig.tar.gz | 35.4 KiB | cf7a083abfe06d037285223b1182b6394254aa0f01bad5b1fba636a951060648 |
python-requests-mock_1.1.0-0ubuntu1.debian.tar.xz | 3.4 KiB | 7b110ecb3b28e72a7be131e178d20fed33857c24490542c4088099f96e869fae |
python-requests-mock_1.1.0-0ubuntu1.dsc | 2.7 KiB | 508f08914718515df4b3bf55753b4cf914a0fda86694fc057db166cac65df148 |
Available diffs
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: No summary available for python-requests-mock-doc in ubuntu artful.
No description available for python-
requests- mock-doc in ubuntu artful.
- 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.