1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Add note and link for vcrpy-unittest.

This commit is contained in:
Aron Griffis
2015-11-07 17:04:56 -05:00
parent e6dba270ec
commit e14b94789b

View File

@@ -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
<https://github.com/agriffis/vcrpy-unittest>`__.