Skip to content

Commit

Permalink
Typo in fixtures.rst (#11699)
Browse files Browse the repository at this point in the history
  • Loading branch information
morty authored Dec 13, 2023
1 parent dfc910e commit 2b86d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/reference/fixtures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Fixture availability is determined from the perspective of the test. A fixture
is only available for tests to request if they are in the scope that fixture is
defined in. If a fixture is defined inside a class, it can only be requested by
tests inside that class. But if a fixture is defined inside the global scope of
the module, than every test in that module, even if it's defined inside a class,
the module, then every test in that module, even if it's defined inside a class,
can request it.

Similarly, a test can also only be affected by an autouse fixture if that test
Expand Down

0 comments on commit 2b86d2b

Please sign in to comment.