From e14b94789b29f57270ad890753640d2e693b5022 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Sat, 7 Nov 2015 17:04:56 -0500 Subject: [PATCH] Add note and link for vcrpy-unittest. --- docs/usage.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index 1653996..ba2d08a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -88,3 +88,10 @@ all temporarily used to force VCR to re-record a cassette (i.e. to ensure the responses are not out of date) or can be used when you simply want to log all HTTP requests. + +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 +`__.