From ce71d7b6982f6d32d808e83f0f7f329735d4065b Mon Sep 17 00:00:00 2001 From: Yusuke Kadowaki Date: Sun, 30 Oct 2022 17:11:41 +0900 Subject: [PATCH] Update document --- changelog/8141.feature.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/8141.feature.rst b/changelog/8141.feature.rst index a8325fba3..25594e2c7 100644 --- a/changelog/8141.feature.rst +++ b/changelog/8141.feature.rst @@ -1 +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.