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 dfc910e commit 2b86d2bCopy full SHA for 2b86d2b
doc/en/reference/fixtures.rst
@@ -93,7 +93,7 @@ Fixture availability is determined from the perspective of the test. A fixture
93
is only available for tests to request if they are in the scope that fixture is
94
defined in. If a fixture is defined inside a class, it can only be requested by
95
tests inside that class. But if a fixture is defined inside the global scope of
96
-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,
97
can request it.
98
99
Similarly, a test can also only be affected by an autouse fixture if that test
0 commit comments