patrys / httmock

A mocking library for requests
Other
468 stars 57 forks source link

Allow session cookies to be mocked as well. #44

Closed garetht closed 7 years ago

garetht commented 8 years ago

When using the session directly, the cookies from the response are not transferred to the session. This pull request transfers the response cookies to the session to fix that.

patrys commented 7 years ago

Sorry for the long wait 🙇