From c7eb5a3bb8c3fbbb95c70d38e3472d257c4c078c Mon Sep 17 00:00:00 2001 From: Yusuke Kadowaki Date: Thu, 3 Nov 2022 20:18:14 +0900 Subject: [PATCH] Update document --- changelog/8141.feature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/8141.feature.rst b/changelog/8141.feature.rst index 25594e2c7..70de099e6 100644 --- a/changelog/8141.feature.rst +++ b/changelog/8141.feature.rst @@ -1,2 +1,2 @@ -Added `--tmp-path-retention-count` and `--tmp-path-retention-policy` options to control how directories created by the `tmp_path` fixture are kept. -The default behavior has changed to remove all directories if all tests passed. +Added :confval:`tmp_path_retention_count` and :confval:`tmp_path_retention_policy` configuration options to control how directories created by the :fixture:`tmp_path` fixture are kept. +The default behavior has changed to keep only directories for failed tests, equivalent to `tmp_path_retention_policy="failed"`.