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 +`__.