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 martin.panter
Recipients berker.peksag, martin.panter, pitrou, vstinner
Date 2016-12-24.02:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482548247.39.0.525101246668.issue19756@psf.upfronthosting.co.za>
In-reply-to
Content
Multi-connect.patch is a smaller patch that changes setUpClass() → setUp(), so that each test method creates a new NNTP connection. The downside is all the reconnecting slows the test execution from 42 s down to 115 s, which is why I would like to move the testing to a local server.
History
Date User Action Args
2016-12-24 02:57:27martin.pantersetrecipients: + martin.panter, pitrou, vstinner, berker.peksag
2016-12-24 02:57:27martin.pantersetmessageid: <1482548247.39.0.525101246668.issue19756@psf.upfronthosting.co.za>
2016-12-24 02:57:27martin.panterlinkissue19756 messages
2016-12-24 02:57:27martin.pantercreate