1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

aiohttp: fix multiple requests being replayed per request and add support for request_info on mocked responses (#495)

* Fix how redirects are handled so we can have requests with the same URL be used distinctly

* Add support for request_info. Remove `past` kwarg.

* Remove as e to make linter happy

* Add unreleased 3.0.0 to changelog.
This commit is contained in:
Nick DiRienzo
2019-12-12 20:01:17 -08:00
committed by Josh Peak
parent ffd2142d86
commit 9ec19dd966
3 changed files with 117 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
Changelog
---------
- 3.0.0 (UNRELEASED)
- Fix multiple requests being replayed per single request in aiohttp stub (@nickdirienzo)
- Add support for `request_info` on mocked responses in aiohttp stub (@nickdirienzo)
- ...
- 2.1.x (UNRELEASED)
- ....
- 2.1.1