Intended audience are projects that do their unit testing with nose.
With this package you'll be able to use Bitten to show how your tests
are going on within trac.
The nose plugin allows nose to write a xml file with test results and
code coverage.
The Bitten plugin reads those xml files and adds them to it's DB,
which in turn generates some nice charts and detail tables both for
coverage and unit tests.
The trac plugin enhances the coverage result that bitten already
provided, basicly what you see when running `nose --with-coverage`
but inside Trac.
It requires you to run Bitten's trunk, Nose 0.9.2, as for trac, I've
tested it against 0.10.3 and it runs.
To install check out the source from http://i18ntoolbox.ufsoft.org/svn/
sandbox/nosebitten
On your trac.ini add under components:
nosebitten.trac_ext.* = enabled
Regarding bitten installation, go to the Bitten site for instructions.
To see it in action go to:
http://i18ntoolbox.ufsoft.org/build/fresh-start
My Bitten recipe is here:
http://i18ntoolbox.ufsoft.org/wiki/SandBox
My nose arguments are here:
http://i18ntoolbox.ufsoft.org/browser/branches/fresh-start/setup.cfg#L39
I hope you enjoy this package.
Regards,
Pedro Algarvio, aka, s0undt3ch