pytest-vts icon indicating copy to clipboard operation
pytest-vts copied to clipboard

Automatic recorder for http stubbed pytest(s) using responses.

Results 3 pytest-vts issues
Sort by recently updated
recently updated
newest added

Use HttpHeaderDict.itermerged() rather than .items() to preserve all cookie values (as a single comma-separated value) where multiple cookies are received with the same key. https://github.com/urllib3/urllib3/blob/7d813bce9b1e39e45678209ccca771e825bc9472/src/urllib3/_collections.py#L294

I recently had to make a change to a repo that's using recording in it's tests, and at first couldn't figure out why I'm getting connection-refused errors coming from responses...

https://github.com/getsentry/responses/blob/master/CHANGES#L30 and then https://github.com/getsentry/responses/blob/master/CHANGES#L18