spelling: fixturedef

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-03-10 21:27:43 -04:00
parent 82fb1dcd97
commit 8a66f760e8
1 changed files with 2 additions and 2 deletions

View File

@ -837,7 +837,7 @@ def pytest_fixture_setup(
) -> Optional[object]:
"""Perform fixture setup execution.
:param fixturdef:
:param fixturedef:
The fixture definition object.
:param request:
The fixture request object.
@ -867,7 +867,7 @@ def pytest_fixture_post_finalizer(
the fixture result ``fixturedef.cached_result`` is still available (not
``None``).
:param fixturdef:
:param fixturedef:
The fixture definition object.
:param request:
The fixture request object.