kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
425 stars 34 forks source link

Adds example of accessing VCR Cassette object in tests #140

Closed dsummersl closed 6 months ago

dsummersl commented 6 months ago

🚨Please review the guidelines for contributing to this repository.

Description

Adds an example showing how to access the VCR Cassette ojbect in a pytest (https://vcrpy.readthedocs.io/en/latest/advanced.html)

Checklist

Stranger6667 commented 6 months ago

Thank you!