ktosiek / pytest-vcr

Py.test integration with VCR.py
MIT License
154 stars 25 forks source link

Mark vcr_config fixture as module scoped #17

Closed bryder closed 5 years ago

bryder commented 5 years ago

I got an error about it being function scoped which is the default behaviour without doing this. This change matches the vcr_cassette_dir fixture later on in the docs.

ktosiek commented 5 years ago

Thank you! I'll think about some kind of tests for those snippets.