v
vcrpy
Automatically mock your HTTP interactions to simplify and speed up testing
About vcrpy
VCR.py simplifies and speeds up tests that make HTTP requests. The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions that take place through the libraries it supports and serializes and writes them to a flat file (in yaml format by default).
Tags:
#DevTools#Github#Open Source