I was recently introduced to the "nose-progressive" plugin, which changes the way nose displays results to a single updated line, with any error reports printed immediately and a nice progress bar indicating how far through the test run is (in terms of number of cases).
Really easy to setup and use with our tests:
sudo yum install python-nose-progressive ./run-tests.sh --with-progressive
And thanks to dcallagh for packaging it for Fedora :)
Cheers, Nick.
Excerpts from Nick Coghlan's message of 2013-05-28 13:20:33 +1000:
I was recently introduced to the "nose-progressive" plugin, which changes the way nose displays results to a single updated line, with any error reports printed immediately and a nice progress bar indicating how far through the test run is (in terms of number of cases).
Really easy to setup and use with our tests:
sudo yum install python-nose-progressive ./run-tests.sh --with-progressive
You can also put this into ~/.noserc instead:
[nosetests] with-progressive=1
And thanks to dcallagh for packaging it for Fedora :)
Oops, I actually intended to send a mail to everyone about nose-progressive when I first discovered it and packaged it a few months ago. But I guess I forgot.
----- Original Message -----
From: "Dan Callaghan" dcallagh@redhat.com To: "beaker-devel" beaker-devel@lists.fedorahosted.org Sent: Tuesday, May 28, 2013 1:49:41 PM Subject: Re: [Beaker-devel] The nose-progressive plugin
Excerpts from Nick Coghlan's message of 2013-05-28 13:20:33 +1000:
I was recently introduced to the "nose-progressive" plugin, which changes the way nose displays results to a single updated line, with any error reports printed immediately and a nice progress bar indicating how far through the test run is (in terms of number of cases).
Really easy to setup and use with our tests:
sudo yum install python-nose-progressive ./run-tests.sh --with-progressive
You can also put this into ~/.noserc instead:
[nosetests] with-progressive=1
And thanks to dcallagh for packaging it for Fedora :)
Neat stuff.
beaker-devel@lists.fedorahosted.org