Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Steve Peters
On Fri, Sep 16, 2005 at 03:55:15AM +0300, Shlomi Fish wrote: Thus, it seems the best option if we want to make sure Test::Harness is custmisable in this and other ways is to spin it off and create a better and more customizable test harnessing module, with an incompatible interface.

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Andy Lester
On Fri, Sep 16, 2005 at 03:55:15AM +0300, Shlomi Fish ([EMAIL PROTECTED]) wrote: Mr. Lester, would you approve of a friendly spin-off of Test::Harness? Why are you asking if I approve? You can do whatever you like with the source code for Test::Harness. xoa -- Andy Lester = [EMAIL PROTECTED]

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread David Golden
Andy Lester wrote: On Fri, Sep 16, 2005 at 03:55:15AM +0300, Shlomi Fish ([EMAIL PROTECTED]) wrote: Mr. Lester, would you approve of a friendly spin-off of Test::Harness? Why are you asking if I approve? You can do whatever you like with the source code for Test::Harness. I think a

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Andy Lester
On Fri, Sep 16, 2005 at 11:35:05AM -0400, David Golden ([EMAIL PROTECTED]) wrote: I think a polite question is wonderful (with potential answers ranging from sure to hey, that's a cool idea, let's try a merge instead of a fork). Sure, it's a polite question, but an unnecessary one. He can do

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Mark Ethan Trostler
Alls you need to do is call: ($tot, $failedtests) = Test::Harness::_run_all_tests(@tests); instead of 'run_tests' to get at the '$tot' '$failedtest' hash refs (Data::Dumper it or look at the comments in Test::Harness) which has all the info you need to output whatever/however you want - I use

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Shlomi Fish
On Friday 16 September 2005 04:40, Steve Peters wrote: On Fri, Sep 16, 2005 at 03:55:15AM +0300, Shlomi Fish wrote: Thus, it seems the best option if we want to make sure Test::Harness is custmisable in this and other ways is to spin it off and create a better and more customizable test

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Shlomi Fish
On Friday 16 September 2005 19:34, Mark Ethan Trostler wrote: Alls you need to do is call: ($tot, $failedtests) = Test::Harness::_run_all_tests(@tests); instead of 'run_tests' to get at the '$tot' '$failedtest' hash refs (Data::Dumper it or look at the comments in Test::Harness) which has all

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 16 September 2005 19:44, Shlomi Fish wrote: On Friday 16 September 2005 19:34, Mark Ethan Trostler wrote: Alls you need to do is call: ($tot, $failedtests) = Test::Harness::_run_all_tests(@tests); instead of 'run_tests' to get at the

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Ovid
--- Tels [EMAIL PROTECTED] wrote: So I think a spin-off of Test::Harness which will facilitate doing that is still in order. Why not fix Test::Harness instead of re-inventing it entirely? That's my thought. It's been known for a long time that Test::Harness works well, but only for the

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-05 Thread Dave Cross
Shlomi Fish wrote: Hi all! Does anyone know of a Test::Harness extension or replacement that can color the final report line in green if all tests passed and in red otherwise? search.cpan.org is no help, and couldn't find anything relevant by a brief scanning of its POD page there (but not a

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-05 Thread Paul Johnson
On Mon, Sep 05, 2005 at 10:58:17AM +0100, Dave Cross wrote: Shlomi Fish wrote: Hi all! Does anyone know of a Test::Harness extension or replacement that can color the final report line in green if all tests passed and in red otherwise? search.cpan.org is no help, and couldn't find