patrys / httmock

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

Prevent session cookies from overwriting #58

Closed dplyakin closed 5 years ago

dplyakin commented 5 years ago

Requests lib prevents session cookies from overwriting between multiple requests. This PR implements such behavior. closes #56