nose-progressive icon indicating copy to clipboard operation
nose-progressive copied to clipboard

A nosetests plugin with a progress bar and an emphasis on showing what's important

Results 27 nose-progressive issues
Sort by recently updated
recently updated
newest added

Hey, Is there a way to display the progress bar in the terminal while redirection the test output to a file? Obviously this does not display anything in the terminal:...

Screenshot: https://skitch.com/dougtabuchi/8j26w/1-bash

If you control-C a test run in the middle, a traceback prints. However, stdout is still wrapped in the bar-dodging, so you get a new progress bar after ever line...

We have a modified version of django-nose, and we override things like "wantMethod", and sometimes return False. If that statement is hit, it causes progressive to discover no tests. Removing...

Aside from having an option to set the progress bar as wide as you want, the bar should take up all the empty width that exists when the longest of...

enhancement

ipdb must bring its own cmdloop or something, because the progress bar prints over the prompt. (If you're using ipdb, I humbly recommend pdbpp, which has a superset of its...

enhancement