You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type information for the MockerCore class (mocker.pyi) seems incorrect:
It pretends that the methods register_uri(), request(), get(), post() etc. return a requests.Response object. But actually, they return a requests_mock.adapter._Matcher object.
The text was updated successfully, but these errors were encountered:
The type information for the
MockerCore
class (mocker.pyi) seems incorrect:It pretends that the methods
register_uri()
,request()
,get()
,post()
etc. return arequests.Response
object. But actually, they return arequests_mock.adapter._Matcher
object.The text was updated successfully, but these errors were encountered: