Berker Peksag added the comment:
+class TestServer(TestCase):
This can be a mixin.
+ def testHTTPWithConnectHostPost(self):
Post -> Port?
+ self.conn = httplib.HTTP(host=constructor_host, port=constructor_port)
or to make the test simpler,
self.conn = httplib.HTTP()
----------
nosy: +berker.peksag
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue23300>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com