This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients BreamoreBoy, benjamin.peterson, berker.peksag, brett.cannon, demian.brecht, guohua, nikratio, orsenthil, serhiy.storchaka
Date 2015-01-23.18:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422036538.0.0.654015465598.issue23300@psf.upfronthosting.co.za>
In-reply-to
Content
Addressed Berker's review comments.
1) Made the TestServer a Mixin. (Thanks, that's the correct to do).
2) Changed Post to Port.
3) I went with still using a testdomain and port in the constructor. My idea of the test is to demonstrate that the connect(host,port) is used when given rather than HTTP(host,port).
History
Date User Action Args
2015-01-23 18:08:58orsenthilsetrecipients: + orsenthil, brett.cannon, benjamin.peterson, nikratio, BreamoreBoy, berker.peksag, serhiy.storchaka, demian.brecht, guohua
2015-01-23 18:08:57orsenthilsetmessageid: <1422036538.0.0.654015465598.issue23300@psf.upfronthosting.co.za>
2015-01-23 18:08:57orsenthillinkissue23300 messages
2015-01-23 18:08:57orsenthilcreate