Pakket: python3-requests-mock (1.12.1-2)
Verwijzigingen voor python3-requests-mock
Debian bronnen:
Het bronpakket python-requests-mock downloaden:
- [python-requests-mock_1.12.1-2.dsc]
- [python-requests-mock_1.12.1.orig.tar.xz]
- [python-requests-mock_1.12.1-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-requests-mock gerelateerde pakketten
|
|
|
|
-
- 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