[ 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
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings