]> granicus.if.org Git - python/commit
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)
authorVictor Stinner <vstinner@redhat.com>
Wed, 3 Jul 2019 09:10:30 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2019 09:10:30 +0000 (11:10 +0200)
commit684cb47fffb7af3ac50cb077f6d2a095c9ce20b4
treeb71744c721a70441af55fdb27dbddd4e58ed2e62
parentb71d8d67959f3b5efbdfe00066589ac0d8f98aad
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)

test_concurrent_futures now cleans up multiprocessing to remove
immediately temporary directories created by
multiprocessing.util.get_temp_dir().

The test now uses setUpModule() and tearDownModule().
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Tests/2019-07-02-23-29-06.bpo-37421.WEfc5A.rst [new file with mode: 0644]