[ buster ]
[ ソース: httmock ]
パッケージ: python-httmock (1.3.0-1)
python-httmock に関するリンク
Debian の資源:
httmock ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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