Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytest-recording docs in CONTRIBUTING.md #410

Merged
merged 3 commits into from
Sep 16, 2024

Commits on Sep 14, 2024

  1. pytest-recording docs in CONTRIBUTING.md

    Fixes #409
    
    Add documentation for `pytest-recording` and VCR cassettes in `CONTRIBUTING.md`.
    
    * Add a section for `pytest-recording` plugin.
    * Link to `pytest-recording` documentation.
    * Provide a brief summary on how to record a new VCR using `uv run pytest tests/desired_test_module.py`.
    * Link to the config in `tests/conftest.py`.
    * Document header removals from responses.
    * Add relative links for `tests/cassettes` and `tests/conftest.py`.
    * Add a comment about keeping the cassettes less than 1 MB in size.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Future-House/paper-qa/issues/409?shareId=XXXX-XXXX-XXXX-XXXX).
    jamesbraza committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5581f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b1e7898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d977c8c View commit details
    Browse the repository at this point in the history