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