python-requests-mock 0.6.0-2 source package in Ubuntu
Changelog
python-requests-mock (0.6.0-2) unstable; urgency=medium * Fixed Uploaders: field. -- Thomas Goirand <email address hidden> Tue, 28 Apr 2015 14:18:52 +0000
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-requests-mock_0.6.0-2.dsc | 2.5 KiB | 86c603dce11b9fbdf475317cb1525c9104b18dc5f8828736a6b227d15b291d85 |
python-requests-mock_0.6.0.orig.tar.xz | 26.0 KiB | 81f0b3a7db3f2957bd12ca0423877acab6768c2e91d29047d623a17c3135bcdf |
python-requests-mock_0.6.0-2.debian.tar.xz | 3.3 KiB | 741e9c01526913bac3728db9dc875c12d566432f33f7ca4c334f6625a489d00b |
Available diffs
No changes file available.
Binary packages built by this source
- python-requests-mock: No summary available for python-requests-mock in ubuntu wily.
No description available for python-
requests- mock in ubuntu wily.
- 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 adatper
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 adatper
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.