Skip to content

Commit 0fe0b78

Browse files
committed
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.
1 parent f1aa7a2 commit 0fe0b78

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 on the root of your repository.
2524

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

0 commit comments

Comments
 (0)