mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Add pytest-recording to the documentation as an alternative Pytest plugin
This commit is contained in:
@@ -5,6 +5,7 @@ Changelog
|
|||||||
- Use latest pypy3 in Travis (@hugovk)
|
- Use latest pypy3 in Travis (@hugovk)
|
||||||
- Improve documentation about custom matchers (@gward)
|
- Improve documentation about custom matchers (@gward)
|
||||||
- Fix exception when body is empty (@keithprickett)
|
- 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)
|
- 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)
|
New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
|
||||||
Handle connect tunnel URI (thanks @jeking3)
|
Handle connect tunnel URI (thanks @jeking3)
|
||||||
|
|||||||
@@ -101,3 +101,6 @@ Pytest Integration
|
|||||||
|
|
||||||
A Pytest plugin is available here : `pytest-vcr
|
A Pytest plugin is available here : `pytest-vcr
|
||||||
<https://github.com/ktosiek/pytest-vcr>`__.
|
<https://github.com/ktosiek/pytest-vcr>`__.
|
||||||
|
|
||||||
|
Alternative plugin, that also provides network access blocking: `pytest-recording
|
||||||
|
<https://github.com/kiwicom/pytest-recording>`__.
|
||||||
|
|||||||
Reference in New Issue
Block a user