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

add reference to pytest-vcr plugin in the documentation

This commit is contained in:
Arthur Hamon
2019-06-13 15:15:37 +02:00
parent f414e04f49
commit b203fd4113

View File

@@ -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
<https://github.com/agriffis/vcrpy-unittest>`__.
Pytest Integration
------------------
A Pytest plugin is available here : `pytest-vcr
<https://github.com/ktosiek/pytest-vcr>`__.