Update document

This commit is contained in:
Yusuke Kadowaki 2022-10-30 17:11:41 +09:00
parent caeb50fdf3
commit ce71d7b698
1 changed files with 1 additions and 0 deletions

View File

@ -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. 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.