Updated documentation to mention .pytest.ini
Hidden version of pytest.ini documented.
This commit is contained in:
parent
768a645011
commit
c8db42e394
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue