Merge pull request #9507 from nicoddemus/backport-9506
[7.0.x] Improve on configuration file docs section
This commit is contained in:
commit
4967a0d084
|
@ -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.
|
|
@ -20,8 +20,7 @@ Configuration file formats
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
Many :ref:`pytest settings <ini options ref>` can be set in a *configuration file*, which
|
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
|
by convention resides in the root directory of your repository.
|
||||||
tests folder.
|
|
||||||
|
|
||||||
A quick example of the configuration files supported by pytest:
|
A quick example of the configuration files supported by pytest:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue