[ 原始碼: python-requests-mock ]
套件:python3-requests-mock(1.9.3-2)
python3-requests-mock 的相關連結
Debian 的資源:
下載原始碼套件 python-requests-mock:
- [python-requests-mock_1.9.3-2.dsc]
- [python-requests-mock_1.9.3.orig.tar.xz]
- [python-requests-mock_1.9.3-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
mock out responses from the requests package - Python 3.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 3.x module.
其他與 python3-requests-mock 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-six
- Python 2 and 3 compatibility library