Skip to content

A nosetests plugin with progress before testcase name

Notifications You must be signed in to change notification settings

landhu/nose-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

nose-progress

Give you tests a progress before testcase name

Like this:

(venv) F:\Work>nosetests -v -s unite_progress.py --with-scheduling

[1/3] test_progress ... ok

[2/3] test_sample (unite_progress.TestSequenceFunctions) ... ok

[3/3] test_shuffle (unite_progress.TestSequenceFunctions) ... ok


Ran 3 tests in 0.004s

OK

Use

nosetests --with-scheduling

About

A nosetests plugin with progress before testcase name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages