Skip to content

Commit

Permalink
doc: Typofix in fixtures how-to (#8860)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerface committed Jul 6, 2021
1 parent 8347b59 commit 6740fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/how-to/fixtures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Fixtures are reusable
^^^^^^^^^^^^^^^^^^^^^

One of the things that makes pytest's fixture system so powerful, is that it
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
over, just like a normal function would be used. Two different tests can request
the same fixture and have pytest give each test their own result from that
fixture.
Expand Down

0 comments on commit 6740fb9

Please sign in to comment.