Update fixture.rst

Fix up some mangled wording.
This commit is contained in:
Lewis Belcher 2020-03-23 09:02:06 +01:00 committed by GitHub
parent c928550e96
commit 27341d17fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ Order: Higher-scoped fixtures are instantiated first
Within a function request for features, fixture of higher-scopes (such as ``session``) are instantiated first than
Within a function request for fixtures, those of higher-scopes (such as ``session``) are instantiated before
lower-scoped fixtures (such as ``function`` or ``class``). The relative order of fixtures of same scope follows
the declared order in the test function and honours dependencies between fixtures. Autouse fixtures will be
instantiated before explicitly used fixtures.