ktosiek / pytest-vcr

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

Using Pytest-vcr response as a pytest fixture #37

Closed davkap92 closed 4 years ago

davkap92 commented 4 years ago

Hi, not sure if this is something supported bbut when i try put both annotations @pytest.mark.vcr @pytest.fixture

It seems to still get the live request and ignore the vcr annotation, I've tried the annotations in both orders. Thanks

davkap92 commented 4 years ago

Nevermind sorry figured this out using https://github.com/ktosiek/pytest-vcr/issues/23 Thanks