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

Add pytest-recording to the documentation as an alternative Pytest plugin

This commit is contained in:
dmitry.dygalo
2019-10-01 11:22:28 +02:00
parent 2eba71092d
commit f263c60d78
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Changelog
- Use latest pypy3 in Travis (@hugovk)
- Improve documentation about custom matchers (@gward)
- Fix exception when body is empty (@keithprickett)
- Add `pytest-recording` to the documentation as an alternative Pytest plugin (@Stranger6667)
- 2.1.0 - Add a `rewind` method to reset a cassette (thanks @khamidou)
New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
Handle connect tunnel URI (thanks @jeking3)