We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1aa7a2 + 5c2d752 commit e9ed482Copy full SHA for e9ed482
changelog/9505.trivial.rst
@@ -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
@@ -20,8 +20,7 @@ Configuration file formats
20
--------------------------
21
22
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.
+by convention resides in the root directory of your repository.
25
26
A quick example of the configuration files supported by pytest:
27
0 commit comments