in reply to Skipping Test::Unit::TestCase tests
SKIP: { skip $why, $how_many unless $have_some_feature; ok( foo(), $test_name ); is( foo(42), 23, $test_name ); };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Skipping Test::Unit::TestCase tests
by moot (Chaplain) on Apr 25, 2005 at 19:24 UTC |