Skip to content

Commit e9ed482

Browse files
authored
Merge pull request #9506 from eamanu/fix-9505
2 parents f1aa7a2 + 5c2d752 commit e9ed482

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog/9505.trivial.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Clarify where the configuration files are located. To avoid confusions documentation mentions
2+
that configuration file is located in the root of the repository.

doc/en/reference/customize.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Configuration file formats
2020
--------------------------
2121

2222
Many :ref:`pytest settings <ini options ref>` can be set in a *configuration file*, which
23-
by convention resides on the root of your repository or in your
24-
tests folder.
23+
by convention resides in the root directory of your repository.
2524

2625
A quick example of the configuration files supported by pytest:
2726

0 commit comments

Comments
 (0)