From b203fd4113fb865bd02e39c862e21e90c73a896d Mon Sep 17 00:00:00 2001 From: Arthur Hamon Date: Thu, 13 Jun 2019 15:15:37 +0200 Subject: [PATCH] add reference to pytest-vcr plugin in the documentation --- docs/usage.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index e7d6fe2..e4223d2 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -95,3 +95,9 @@ Unittest Integration While it's possible to use the context manager or decorator forms with unittest, there's also a ``VCRTestCase`` provided separately by `vcrpy-unittest `__. + +Pytest Integration +------------------ + +A Pytest plugin is available here : `pytest-vcr +`__.