1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: python-requests-mock
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Corey Bryant <corey.bryant@canonical.com>,
Build-Depends: debhelper (>= 10),
dh-python,
openstack-pkg-tools (>= 52~),
python-all,
python-pbr,
python-setuptools,
python-sphinx,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep: python-fixtures,
python-mock,
python-requests (>> 1.2.3),
python-six,
python-testtools,
python-urllib3,
python3-fixtures,
python3-mock,
python3-requests (>> 1.2.3),
python3-six,
python3-subunit,
python3-testtools,
python3-urllib3,
subunit,
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-requests-mock?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-requests-mock -b debian/newton
Homepage: https://github.com/jamielennox/requests-mock
Package: python-requests-mock
Architecture: all
Depends: python-requests (>> 1.2.3),
python-six,
${misc:Depends},
${python:Depends},
Description: 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.
Package: python3-requests-mock
Architecture: all
Depends: python3-requests (>> 1.2.3),
python3-six,
${misc:Depends},
${python3:Depends},
Description: 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.
Package: python-requests-mock-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: 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.
|