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
|
Source: python-requests-mock
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>,
Gonéri Le Bouder <goneri@debian.org>
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-pbr,
python-setuptools,
python-sphinx,
python3-all,
python3-pbr,
python3-setuptools
Build-Depends-Indep: python-fixtures,
python-mock,
python-requests (>= 2.3.0),
python-six,
python-subunit,
python-testtools,
python-urllib3,
python3-fixtures,
python3-mock,
python3-requests (>= 2.3.0),
python3-six,
python3-subunit,
python3-testtools,
python3-urllib3,
subunit,
testrepository (>= 0.0.18)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-requests-mock.git
Vcs-Git: git://anonscm.debian.org/openstack/python-requests-mock.git
Homepage: https://github.com/jamielennox/requests-mock
Package: python-requests-mock
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-requests (>= 2.3.0), 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 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 2.x module.
Package: python3-requests-mock
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-requests (>= 2.3.0), 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 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.
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 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.
|