Nathaniel Smith added the comment:

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.)

----------
nosy: +njs

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

Reply via email to