Python\'s NOSE testing framework has the concept of running multiple tests in parallel.
The purpose of this is not to test concurrency in the code, but to make test
If you only need Python3 suport, consider using my fastunit.
I just change few code of unittest, making test case run as coroutines.
It really saved my time.
I just finished it last week, and may not testing enough, if any error happens, please let me know, so that I can make it better, thanks!