spelling: fixturedef
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
82fb1dcd97
commit
8a66f760e8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue