betamaxpy / betamax

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

Improve error message if cassettes dir does not exist #86

Closed kragniz closed 8 years ago

kragniz commented 8 years ago

Previously, the error message would be along the lines of:

IOError: [Errno 2] No such file or directory: 'vcr/cassettes/test.json'

which isn't too helpful. After this patch, it now raises:

MissingDirectoryError: Configured cassette directory "vcr/cassettes" does not exist - try creating it
sigmavirus24 commented 8 years ago

:sparkles: :cake: :sparkles: Thanks @kragniz!

kragniz commented 8 years ago

:sparkles: