Update typo in fixture.rst
This commit is contained in:
parent
ed118d7f20
commit
ff3d13ed0e
|
@ -294,7 +294,7 @@ The fixtures requested by ``test_foo`` will be instantiated in the following ord
|
||||||
|
|
||||||
1. ``s1``: is the highest-scoped fixture (``session``).
|
1. ``s1``: is the highest-scoped fixture (``session``).
|
||||||
2. ``m1``: is the second highest-scoped fixture (``module``).
|
2. ``m1``: is the second highest-scoped fixture (``module``).
|
||||||
3. ``tempdir``: is a ``function``-scoped fixture, required by ``f1``: it needs to be instantiated at this point
|
3. ``tmpdir``: is a ``function``-scoped fixture, required by ``f1``: it needs to be instantiated at this point
|
||||||
because it is a dependency of ``f1``.
|
because it is a dependency of ``f1``.
|
||||||
4. ``f1``: is the first ``function``-scoped fixture in ``test_foo`` parameter list.
|
4. ``f1``: is the first ``function``-scoped fixture in ``test_foo`` parameter list.
|
||||||
5. ``f2``: is the last ``function``-scoped fixture in ``test_foo`` parameter list.
|
5. ``f2``: is the last ``function``-scoped fixture in ``test_foo`` parameter list.
|
||||||
|
|
Loading…
Reference in New Issue