[ 源代码: python-aioresponses ]
软件包:python3-aioresponses(0.7.6-2)
python3-aioresponses 的相关链接
Debian 的资源:
下载源码包 python-aioresponses:
- [python-aioresponses_0.7.6-2.dsc]
- [python-aioresponses_0.7.6.orig.tar.gz]
- [python-aioresponses_0.7.6-2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-aioresponses 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-packaging
- core utilities for python3 packages