Wrote unittests for the config module and hooked them up
commitdbf24faf4a736eef27e4bc7cc2bf174c35537bd8
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)
treead7bf3858e6d24a27d0a2a583938229a7374eeb8
parent9126a29e13ca515cb63849f480965c86c88b5d5d
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