gitstats: Improved testing.py output and removed manual parsing of arguments
commite804f5e24b320ed334db764425e9a2d3c39b9484
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 15:58:09 +0000 (24 17:58 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 15:58:09 +0000 (24 17:58 +0200)
tree6c4274f51bece913e0fcba02c58f20f4a6047082
parentd1c4171aecdef318d797fa97c8503cc14a30fb2b
gitstats: Improved testing.py output and removed manual parsing of arguments

Instead of parsing manually, leave it to the calling
function to provide us with an option object. Also, the
output when a test failed was sub-optimal, we should show
the error message even when --verbose is not set.
src/git_stats/testing.py