Fix defaults for tmp_path_retention_count and tmp_path_retention_policy in docs
This commit is contained in:
parent
78403237cf
commit
b241c0b479
|
@ -1744,7 +1744,7 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
[pytest]
|
[pytest]
|
||||||
tmp_path_retention_count = 3
|
tmp_path_retention_count = 3
|
||||||
|
|
||||||
Default: 3
|
Default: ``3``
|
||||||
|
|
||||||
|
|
||||||
.. confval:: tmp_path_retention_policy
|
.. confval:: tmp_path_retention_policy
|
||||||
|
@ -1763,7 +1763,7 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
[pytest]
|
[pytest]
|
||||||
tmp_path_retention_policy = "all"
|
tmp_path_retention_policy = "all"
|
||||||
|
|
||||||
Default: all
|
Default: ``all``
|
||||||
|
|
||||||
|
|
||||||
.. confval:: usefixtures
|
.. confval:: usefixtures
|
||||||
|
|
Loading…
Reference in New Issue