From 4487ac067cdd7b3d0d580bebdb39257d9b351b09 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Mon, 5 Oct 2020 17:11:52 -0300 Subject: [PATCH] Add VCR.py to third party packages doc. (#1345) --- docs/third-party-packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 61e6e860..75a841da 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -24,6 +24,13 @@ An asynchronous GitHub API library. Includes [HTTPX support](https://gidgethub.r A utility for mocking out the Python HTTPX library. +### VCR.py + +[GitHub](https://github.com/kevin1024/vcrpy) - [Documentation](https://vcrpy.readthedocs.io/) + +A utility for record and repeat an http request. + + ## Gists