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