Automatically mock your HTTP interactions to simplify and speed up testingFree
Description
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).
More Resources & Tools in API
Mock API calls seamlessly
Run mock server based off an API contract with one command
A flexible, lightweight JSON Data validator and formatter