Martin Panter added the comment:

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.

----------
versions: +Python 3.7
Added file: http://bugs.python.org/file46018/multi-connect.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19756>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to