diff --git a/docs/source/contributing/testing.md b/docs/source/contributing/testing.md index da8ca2d163e6af36268bbaf8f4ace5e9da850ab9..b9c93b0d279032c6d82fad2c9d3ba0e134b8eb2e 100644 --- a/docs/source/contributing/testing.md +++ b/docs/source/contributing/testing.md @@ -52,7 +52,7 @@ These fixtures are defined in `tests/fixtures.py`. ### Overriding Fixtures -Pytest allows you to locally override fixtures, which can be especially practical when you wish +Pytest allows you to locally override fixtures, which can be especially handy when you wish to restrict the target selection of a test. For example, the following test overrides `target` using a parametrization mark, and uses this in combination with the `gen_config` fixture, which now