]> granicus.if.org Git - python/commit
Increase http.client.HTTPConnection test coverage.
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 25 Jan 2015 03:24:59 +0000 (19:24 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 25 Jan 2015 03:24:59 +0000 (19:24 -0800)
commite6cc70123ed49d937822de262d22f42b38ed7f25
treec50d5417986cf011e7487c4f4d5ec3c57c26dd2c
parentff37cfe9cc7cf0d02d27e7ce8511774c01f7dfe1
Increase http.client.HTTPConnection test coverage.

Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port,
_tunnel_headers attributes on HTTPConnection object.
Lib/test/test_httplib.py