betamaxpy / betamax

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

Fix bug with new_episodes always trying to record #154

Closed sigmavirus24 closed 6 years ago

sigmavirus24 commented 6 years ago

This enables new_episodes to return the previously recorded interactions first and then record new ones if necessary.

Closes gh-153

sigmavirus24 commented 6 years ago

cc @havok2063