bpo-31249: test_concurrent_futures checks dangling threads (#3167)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Aug 2017 21:24:24 +0000 (23:24 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2017 21:24:24 +0000 (23:24 +0200)
commit489d91c61d02f401551966f1558ee2dc87fc0ad9
tree548a0a65eddd41aedcacca75dbb2c1349fdde25a
parent58cf7488d5dcc8f47151d09fc1fa057b4dda563b
bpo-31249: test_concurrent_futures checks dangling threads (#3167)

Add a BaseTestCase class to test_concurrent_futures to check for
dangling threads and processes on all tests, not only tests using
ExecutorMixin.
Lib/test/test_concurrent_futures.py