关于
This skill provides production-ready patterns for integrating VCR.py into Python testing workflows, primarily using pytest. It enables developers to capture real API responses into 'cassette' files, which are then replayed during subsequent test runs to eliminate network dependency, avoid hitting API rate limits, and ensure test stability. It includes specialized configurations for handling asynchronous requests, redacting sensitive credentials like API keys, and implementing custom matchers for dynamic payloads common in LLM API testing.