doc: Typofix in fixtures how-to (#8860)

This commit is contained in:
Sören Wegener 2021-07-06 16:31:21 +02:00 committed by GitHub
parent 8347b59295
commit 6740fb9da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.