From 2e5fdd36d5e64b92897d4bbeb045cb6dcb3bad6c Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 19 Apr 2020 08:46:10 -0500 Subject: [PATCH] Update README.rst --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index f4c3b14..d8944da 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,11 @@ VCR.py will detect the absence of a cassette file and once again record all HTTP interactions, which will update them to correspond to the new API. +Usage with Pytest +----------------- + +There is a library to provide some pytest fixtures called pytest-recording https://github.com/kiwicom/pytest-recording + License -------