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 8347b59 commit 6740fb9Copy full SHA for 6740fb9
doc/en/how-to/fixtures.rst
@@ -153,7 +153,7 @@ Fixtures are reusable
153
^^^^^^^^^^^^^^^^^^^^^
154
155
One of the things that makes pytest's fixture system so powerful, is that it
156
-gives us the ability to define a generic setup step that can reused over and
+gives us the ability to define a generic setup step that can be reused over and
157
over, just like a normal function would be used. Two different tests can request
158
the same fixture and have pytest give each test their own result from that
159
fixture.
0 commit comments