Merge pull request #9506 from eamanu/fix-9505
This commit is contained in:
parent
b5a6e30dae
commit
efa02cffdd
|
@ -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