{"library":"pytest-recording","type":"library","category":null,"description":"pytest-recording is a pytest plugin that integrates VCR.py to record and replay HTTP traffic during tests. It aims to make testing code that interacts with external services faster and more reliable by preventing unnecessary network requests. The library uses VCR.py's 'none' recording mode by default to avoid unintentional live network calls. The current version is 0.13.4, and it maintains an active release cadence.","language":"python","status":"active","version":"0.13.4","tags":["pytest","testing","http","vcr","network","integration","mocking"],"install":[{"cmd":"pip install pytest-recording","imports":["import pytest\n# Use as decorator: @pytest.mark.vcr","import pytest\n@pytest.fixture(scope='module')\ndef vcr_config():\n    return {'filter_headers': ['Authorization']}"]}],"homepage":null,"github":"https://github.com/kiwicom/pytest-recording","docs":"https://github.com/kiwicom/pytest-recording","changelog":"https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst","pypi":"https://pypi.org/project/pytest-recording/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.6,"avg_import_s":0.61,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pytest-recording/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}