[ buster ]
[ 源代码: python-requests-mock ]
软件包:python-requests-mock(1.5.2-2)
python-requests-mock 的相关链接
Debian 的资源:
下载源码包 python-requests-mock:
- [python-requests-mock_1.5.2-2.dsc]
- [python-requests-mock_1.5.2.orig.tar.xz]
- [python-requests-mock_1.5.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
mock out responses from the requests package - Python 2.x
requests-mock provides a building block to stub out the HTTP requests_ portions of your testing code. Everything in requests_ eventually goes through an adapter to do the transport work. requests-mock creates a custom adapter that allows you to predefine responses when certain URIs are called. There are then a number of methods provided to get the adapter used.
This package contains the Python 2.x module.
其他与 python-requests-mock 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings
-
- dep: python-six
- Python 2 和 3 兼容库(Python 2 接口)