Updated documentation to mention .pytest.ini

Hidden version of pytest.ini documented.
This commit is contained in:
Chris Wheeler 2022-05-23 09:46:34 -04:00 committed by GitHub
parent 768a645011
commit c8db42e394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,9 +29,11 @@ pytest.ini
``pytest.ini`` files take precedence over other files, even when empty.
Alternatively, the hidden version ``.pytest.ini`` can be used.
.. code-block:: ini
# pytest.ini
# pytest.ini or .pytest.ini
[pytest]
minversion = 6.0
addopts = -ra -q