Re: The Test Feature I Want

2008-12-15 Thread brian d foy
In article <200812121032.00515.enoba...@gmail.com>, Eric Wilhelm wrote: > # from Ovid > # on Friday 12 December 2008 04:37: > > >Running a single test means that I ... want to run that test. > >... Here are conditions I see crop up in tests: > >  POD_COVERAGE ... FAST_TESTS ... PROFILE_TESTS

Has anyone integrated Perl module testing and TeamCity?

2008-12-15 Thread brian d foy
Is anyone doing continuous testing of Perl modules with TeamCity? I've just started a project using that, and while it looks straightforward, I don't want to reinvent anything that anyone else has done. Specifically has anyone: * made stuff to turn TAP into TeamCity messages? * tracked Devel::Co