We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed118d7 commit ff3d13eCopy full SHA for ff3d13e
doc/en/fixture.rst
@@ -294,7 +294,7 @@ The fixtures requested by ``test_foo`` will be instantiated in the following ord
294
295
1. ``s1``: is the highest-scoped fixture (``session``).
296
2. ``m1``: is the second highest-scoped fixture (``module``).
297
-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
298
because it is a dependency of ``f1``.
299
4. ``f1``: is the first ``function``-scoped fixture in ``test_foo`` parameter list.
300
5. ``f2``: is the last ``function``-scoped fixture in ``test_foo`` parameter list.
0 commit comments