Fix defaults for tmp_path_retention_count and tmp_path_retention_policy in docs

This commit is contained in:
Bruno Oliveira
2023-05-11 09:30:43 -03:00
parent 78403237cf
commit b241c0b479

View File

@@ -1744,7 +1744,7 @@ passed multiple times. The expected format is ``name=value``. For example::
[pytest]
tmp_path_retention_count = 3
Default: 3
Default: ``3``
.. confval:: tmp_path_retention_policy
@@ -1763,7 +1763,7 @@ passed multiple times. The expected format is ``name=value``. For example::
[pytest]
tmp_path_retention_policy = "all"
Default: all
Default: ``all``
.. confval:: usefixtures