Update goodpractices.rst

This commit is contained in:
Ran Benita 2023-04-28 23:23:18 +03:00 committed by GitHub
parent ebf537fca7
commit 097900d6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,4 +310,4 @@ A list of the lints detected by flake8-pytest-style can be found on its `PyPI pa
.. note::
``flake8-pytest-style`` is not an official ``pytest`` project.
flake8-pytest-style is not an official pytest project. Some of the rules enforce certain style choices, such as using `@pytest.fixture()` over `@pytest.fixture`, but you can configure the plugin to fit your preferred style.