mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
merge 3.4
This commit is contained in:
commit
2a7d05a9f2
1 changed files with 1 additions and 0 deletions
|
@ -1314,6 +1314,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue