Skip to content

Expose FixtureFunctionDefinition publicly - #15079

Closed
bobbapranay2006 wants to merge 2 commits into
pytest-dev:mainfrom
bobbapranay2006:expose-fixture-function-definition
Closed

bobbapranay2006 wants to merge 2 commits into
pytest-dev:mainfrom
bobbapranay2006:expose-fixture-function-definition

Conversation

@bobbapranay2006

Copy link
Copy Markdown

Expose FixtureFunctionDefinition as part of the public API.

Changes

  • Exported FixtureFunctionDefinition from the pytest package.
  • Added FixtureFunctionDefinition to pytest.__all__.
  • Added a regression test to verify that FixtureFunctionDefinition is publicly accessible and included in pytest.__all__.

Closes #14853

Tests

  • pytest testing/test_mark.py

@psf-chronographer psf-chronographer Bot added the bot:chronographer:provided (automation) changelog entry is part of PR label Sep 22, 2026
@RonnyPfannschmidt

Copy link
Copy Markdown
Member

closing - there already is a pr with open questions

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.

Expose FixtureFunctionDefinition as part of the public API

2 participants