Merge pull request #9507 from nicoddemus/backport-9506

[7.0.x] Improve on configuration file docs section
This commit is contained in:
Bruno Oliveira 2022-01-13 15:14:32 -03:00 committed by GitHub
commit 4967a0d084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,2 @@
Clarify where the configuration files are located. To avoid confusions documentation mentions
that configuration file is located in the root of the repository.

View File

@ -20,8 +20,7 @@ Configuration file formats
--------------------------
Many :ref:`pytest settings <ini options ref>` can be set in a *configuration file*, which
by convention resides on the root of your repository or in your
tests folder.
by convention resides in the root directory of your repository.
A quick example of the configuration files supported by pytest: