-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortopic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Description
In the official documentation, it is stated that
Many pytest settings can be set in a configuration file, which by convention resides on the root of your repository or in your tests folder.
but I find that pytest.ini
is only included if it is in the root of the Python project, not if it is in the tests
subdirectory. This is Python 3.7.5, pytest-7.0.0rc1
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortopic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification