[ 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