[ buster ]
[ ソース: python-httpretty ]
パッケージ: python-httpretty (0.9.5-3)
python-httpretty に関するリンク
Debian の資源:
python-httpretty ソースパッケージをダウンロード:
- [python-httpretty_0.9.5-3.dsc]
- [python-httpretty_0.9.5.orig.tar.xz]
- [python-httpretty_0.9.5-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
HTTP client mock - Python 2.x
Once upon a time a Python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed ?
Don't worry, HTTPretty is here for you.
This package provides the Python 2.x module.
その他の python-httpretty 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-six (>= 1.11.0)
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- dep: python-urllib3
- HTTP library with thread-safe connection pooling for Python