python3-fastunit icon indicating copy to clipboard operation
python3-fastunit copied to clipboard

Async unittest of Python3. Run every testcases with coroutine.

fastunit

Async unittest of Python3. Run testcases with coroutine.

Usage

  1. Download/Git clone source code, and run ./install.sh (or python setup.py install) to install.

  2. Replace unittest with fastunit in your code.

Known problem:

HTMLTestRunner is not supported, for it designed for linear testcase.