]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739)
authorVictor Stinner <vstinner@python.org>
Mon, 27 Apr 2020 19:36:51 +0000 (21:36 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 19:36:51 +0000 (21:36 +0200)
commit5d1f32d33ba24d0aa87235ae40207bb57778388b
treeab6fcf35029922b68c4354f3da6af53bdd5c756f
parent1a275013d1ecc2e3778d64fda86174b2f13d6969
bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739)

Now only test_error_during_result_unpickle_in_result_handler()
captures and ignores sys.stderr in the test process.

Tools like test.bisect_cmd don't support subTest() but only
work with the granularity of one method.

Remove unused ExecutorDeadlockTest._sleep_id() method.
Lib/test/test_concurrent_futures.py