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 njs
Recipients barry, njs
Date 2017-05-08.23:06:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494284788.34.0.135054216894.issue30300@psf.upfronthosting.co.za>
In-reply-to
Content
Looks interesting! What's the advantage over running the server and the test in the same loop? The ability to use blocking operations in the tests, and to re-use an expensive-to-start server over multiple tests? (I've mostly used threads in tests to run blocking code for interoperability testing, and kept the async code in the main thread, so this is a bit novel to me.)
History
Date User Action Args
2017-05-08 23:06:28njssetrecipients: + njs, barry
2017-05-08 23:06:28njssetmessageid: <1494284788.34.0.135054216894.issue30300@psf.upfronthosting.co.za>
2017-05-08 23:06:28njslinkissue30300 messages
2017-05-08 23:06:28njscreate