Improved testing.py output and removed manual parsing of arguments
commit3886a0cbe33ecefec24fc0390d364f5f92346ef9
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)
treecc24e206ff350c9a0b83516f56e87a3f4593e9b4
parent55bcc5714a306e85047c108a3303d73074320736
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