gitstats: Wrote unittests for the config module and hooked them up
commit22f369f3ec9e4eff2506d145fdcec761166cd387
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 22:07:44 +0000 (25 00:07 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 22:07:44 +0000 (25 00:07 +0200)
treee11c559cc0041c97dff3d2a38b5501efe0d0fce2
parentc5290f770c5c4dc1d0647af2efcac08fa5b2750a
gitstats: Wrote unittests for the config module and hooked them up

It is now possible to run the tests for the config module
by either "stats.py test -a", "stats.py test -s config",
"stats.py test -m config_test", or by specifying it as one
of the modules to be testing with "stats.py test -t".
src/git_stats/config_tests.py [new file with mode: 0644]
src/git_stats/tests.py