Commit 9566de18 authored by Benjamin Peterson's avatar Benjamin Peterson

make sure server threads get cleaned up

parent 3cda0ed0
......@@ -1083,6 +1083,7 @@ class TunnelTests(TestCase):
self.assertTrue(b'CONNECT destination.com' in conn.sock.data)
self.assertTrue(b'Host: destination.com' in conn.sock.data)
@support.reap_threads
def test_main(verbose=None):
support.run_unittest(HeaderTests, OfflineTest, BasicTest, TimeoutTest,
HTTPSTest, RequestBodyTest, SourceAddressTest,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment