Async unittest of Python3. Run testcases with coroutine.
-
Download/Git clone source code, and run
./install.sh(orpython setup.py install) to install. -
Replace
unittestwithfastunitin your code.
HTMLTestRunner is not supported, for it designed for linear testcase.