Skip to content

Clarify request fixture in indirect parametrization docs#14539

Open
morning-verlu wants to merge 1 commit into
pytest-dev:mainfrom
morning-verlu:codex/clarify-indirect-request-fixture
Open

Clarify request fixture in indirect parametrization docs#14539
morning-verlu wants to merge 1 commit into
pytest-dev:mainfrom
morning-verlu:codex/clarify-indirect-request-fixture

Conversation

@morning-verlu
Copy link
Copy Markdown

Summary

  • clarify that request in the indirect parametrization example is pytest's built-in FixtureRequest fixture
  • explain that indirect parameter values are exposed to the fixture via request.param

Closes #13155.

Checks

  • git diff --check
  • uvx tox -e docs -- doc/en/example/parametrize.rst

@morning-verlu morning-verlu force-pushed the codex/clarify-indirect-request-fixture branch from 6901881 to 50eb08f Compare May 31, 2026 14:56
@psf-chronographer psf-chronographer Bot added the bot:chronographer:provided (automation) changelog entry is part of PR label May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:chronographer:provided (automation) changelog entry is part of PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOCS, BUG: Using and clarifying the request fixture.

1 participant