[ 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
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-six (>= 1.11.0)
- Python 2 and 3 compatibility library (Python 2 interface)
-
- dep: python-urllib3
- HTTP library with thread-safe connection pooling for Python