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
|
Source: python-aioresponses
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3,
python3-aiohttp <!nocheck>,
python3-ddt <!nocheck>,
python3-pbr,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
Standards-Version: 4.5.0
Homepage: https://github.com/pnuckowski/aioresponses
Vcs-Git: https://salsa.debian.org/debian/python-aioresponses.git
Vcs-Browser: https://salsa.debian.org/debian/python-aioresponses
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-aioresponses
Architecture: all
Depends:
python3-aiohttp,
${misc:Depends},
${python3:Depends},
Description: mock out Python aiohttp ClientSession requests
Aioresponses is a helper
to mock/fake web requests in python aiohttp package.
.
For requests module there are a lot of packages
that help us with testing
(eg. httpretty, responses, requests-mock).
.
When it comes to testing asynchronous HTTP requests
it is a bit harder (at least at the beginning).
The purpose of this package is to provide
an easy way to test asynchronous HTTP requests.
Package: python3-aioresponses-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: mock out Python aiohttp ClientSession requests - documentation
Aioresponses is a helper
to mock/fake web requests in python aiohttp package.
.
For requests module there are a lot of packages
that help us with testing
(eg. httpretty, responses, requests-mock).
.
When it comes to testing asynchronous HTTP requests
it is a bit harder (at least at the beginning).
The purpose of this package is to provide
an easy way to test asynchronous HTTP requests.
.
This package provides documentation for the aioresponses module.
|