8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40de086 commit 2462d86Copy full SHA for 2462d86
pytest_asyncio/plugin.py
@@ -792,9 +792,9 @@ def pytest_fixture_setup(
792
793
def _add_finalizers(fixturedef: FixtureDef, *finalizers: Callable[[], object]) -> None:
794
"""
795
- Regsiters the specified fixture finalizers in the fixture.
+ Registers the specified fixture finalizers in the fixture.
796
797
- Finalizers need to specified in the exact order in which they should be invoked.
+ Finalizers need to be specified in the exact order in which they should be invoked.
798
799
:param fixturedef: Fixture definition which finalizers should be added to
800
:param finalizers: Finalizers to be added
0 commit comments