From f263c60d7815a02385103055ec0cc8b7fbf19ed3 Mon Sep 17 00:00:00 2001 From: "dmitry.dygalo" Date: Tue, 1 Oct 2019 11:22:28 +0200 Subject: [PATCH] Add `pytest-recording` to the documentation as an alternative Pytest plugin --- docs/changelog.rst | 1 + docs/usage.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bdde5b7..c14d598 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) diff --git a/docs/usage.rst b/docs/usage.rst index cbabb19..3e3f47e 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -101,3 +101,6 @@ Pytest Integration A Pytest plugin is available here : `pytest-vcr `__. + +Alternative plugin, that also provides network access blocking: `pytest-recording +`__.