Skip to content

Commit 578fd03

Browse files
committed
doc/how-to/fixtures: rework confusing usage of backticks
Using backticks on the words "override", "global", "root", "locally" makes it look like they are code keywords. I went ahead and also reworded it a bit, as overriding is not only for global fixtures, and not necessarily "locally".
1 parent ca714a7 commit 578fd03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/en/how-to/fixtures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,8 +1760,8 @@ into a configuration file:
17601760
Overriding fixtures on various levels
17611761
-------------------------------------
17621762

1763-
In relatively large test suite, you most likely need to ``override`` a ``global`` or ``root`` fixture with a ``locally``
1764-
defined one, keeping the test code readable and maintainable.
1763+
In relatively large test suite, you may want to *override* a fixture, to augment
1764+
or change its behavior inside of certain test modules or folders.
17651765

17661766
Override a fixture on a folder (conftest) level
17671767
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)