http://qs321.pair.com?node_id=435810


in reply to Re^4: Test driven development with Perl and vim
in thread Test driven development with Perl and vim

If a failed test occurs when using ",t" then I want to re-run that specific testfile using ",T" so that I can see the helpful messages I put into each ok() statement. In Excel::Template, for example, I have almost 200 tests over 24 files and hope to be at 500 over 50+ before all is said and done. Each test file generally has between 4 and 20 tests, which is a manageable amount of output. 200 isn't.

Being right, does not endow the right to be rude; politeness costs nothing.
Being unknowing, is not the same as being stupid.
Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.

Replies are listed 'Best First'.
Re^6: Test driven development with Perl and vim
by gaal (Parson) on Mar 02, 2005 at 13:46 UTC
    I guess we need something that sets TEST_VERBOSE=1 when a regular ,t produced failures (and maybe, if the ,w target was unset, set it to the failing testfile).