betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
567 stars 62 forks source link

Is "never" still a supported `record_mode` ? #54

Closed stavxyz closed 9 years ago

stavxyz commented 9 years ago

I was using "never" as the record mode and I noticed cassettes were still being overwritten.

If not, just a couple changes in these files:

tests/regression/test_cassettes_retain_global_configuration.py

docs/usage_patterns.rst

sigmavirus24 commented 9 years ago

The docs and tests are wrong. We take our modes from VCR so the docs and tests should be using "none". Sorry about that.

stavxyz commented 9 years ago

Cool. I'll fix PR#55.