[ buster ]
[ 源代码: httmock ]
软件包:python-httmock(1.3.0-1)
Mocking library for python-requests
This library allows unit tests to provide mocked responses to HTTP requests made using the 'requests' library, either conditionally using the 'urlmatch' decorator or for all requests using the 'all_requests' decorator.
其他与 python-httmock 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings