From c8db42e394a473d7350fc70efc6163925a68c38e Mon Sep 17 00:00:00 2001 From: Chris Wheeler Date: Mon, 23 May 2022 09:46:34 -0400 Subject: [PATCH] Updated documentation to mention .pytest.ini Hidden version of pytest.ini documented. --- doc/en/reference/customize.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/en/reference/customize.rst b/doc/en/reference/customize.rst index fe10ca066..b6d21445a 100644 --- a/doc/en/reference/customize.rst +++ b/doc/en/reference/customize.rst @@ -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