vcrpyEasy Playground

Record and replay HTTP interactions for deterministic tests

Getting started with vcrpyRun locally
Install
pip install vcrpy
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: vcrpy)

vcrpy is a third-party package. Record and replay HTTP interactions for deterministic tests. Install with: pip install vcrpy

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?