-
-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Labels
Description
The add method returns a BaseResponse, on which you can find calls using calls.
The add_callback method doesn't. Users can get calls from the generic RequestsMock object, but that requires searching for the right request, for which responses provides no native methods.
Solutions:
- Let
add_callbackreturnBaseResponse(probably not possible) - Add built-in way to search for calls on the
RequestsMockobject, preferably those belonging to a specific response
Metadata
Metadata
Assignees
Labels
Projects
Status
No status