* Adrian Howard <[EMAIL PROTECTED]> [2006-05-31T10:55:20] > In short > * Yes running one test method at a time is a sensible things to do. > * No - there currently isn't a simple way of doing this > * Good news - Ovid has submitted a patch to make it easy > * Bad news - I've been too bone idle to apply it
Potentially too clever idea: # In your test unit class: sub import { my ($class, @tests) = @_; # startup; $test->$_ for @tests; # teardown; } Because then: perl -I lib -I t/lib -MTest::Your::Code=basics,extra,weird -e0 This might end up being too clever and too much typing, anyway. -- rjbs
signature.asc
Description: Digital signature