[ buster ]
[ Bron: httmock ]
Pakket: python-httmock (1.3.0-1)
Verwijzigingen voor python-httmock
Debian bronnen:
Het bronpakket httmock downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python-httmock gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings