]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93353: regrtest checks for leaked temporary files (#93776)
authorVictor Stinner <vstinner@python.org>
Tue, 14 Jun 2022 11:43:02 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 11:43:02 +0000 (13:43 +0200)
commite566ce5496f1bad81c431aaee65e36d5e44771c5
tree1c3ffbfc5d9ca5f3d82bb6b07b7b7d408e52fe05
parentb083450f8896bb4a29ac522e4474d91c056b9f32
gh-93353: regrtest checks for leaked temporary files (#93776)

When running tests with -jN, create a temporary directory per process
and mark a test as "environment changed" if a test leaks a temporary
file or directory.
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_regrtest.py