Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
/ python3-fastunit Public archive

Async unittest of Python3. Run every testcases with coroutine.

Notifications You must be signed in to change notification settings

ityoung/python3-fastunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Async unittest of Python3. Run every testcases with coroutine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages