Improve on configuration file docs section

To avoid confusions the part of that "the configuration file can
be locate on your tests folder" is removed.
This commit is contained in:
Emmanuel Arias 2022-01-13 12:52:18 -03:00
parent f1aa7a25de
commit 0fe0b78a9f
No known key found for this signature in database
GPG Key ID: FA9DEC5DE11C63F1
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 on the root of your repository.
A quick example of the configuration files supported by pytest: