[ ソース: 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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-packaging
- core utilities for python3 packages