Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add section for
pytest-recording
plugin in CONTRIBUTING.md
* **Plugin usage**: Add a section explaining the use of `pytest-recording` plugin for creating VCR cassettes. * **Recording instructions**: Provide instructions on how to record a new VCR cassette using `uv run pytest --record-mode=once tests/desired_test_module.py`. * **Configuration links**: Link to the configuration in `tests/conftest.py` and the cassettes in `tests/cassettes`. * **Header removals**: Document header removals from responses to exclude sensitive information. * **Size comment**: Add a comment about keeping the cassettes less than 1 MB in size.
- Loading branch information