in reply to Re: Test::Builder::skip() not dwimming.
in thread Test::Builder::skip() not dwimming.
with:$self->builder->skip('Wanting to skip the DEMO_1 tests');
With that change in place, things dwim perfectly. I find that all of the DEMO_1 and DEMO_2 tests are skipped - unless the DEMO_2 tests have been run first, in which case only the DEMO_1 tests get skipped.$self->builder->skip_all('Wanting to skip all tests');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Test::Builder::skip() not dwimming.
by chromatic (Archbishop) on Sep 03, 2008 at 17:58 UTC | |
by syphilis (Archbishop) on Sep 04, 2008 at 01:12 UTC | |
|
Re^3: Test::Builder::skip() not dwimming.
by Anonymous Monk on Sep 03, 2008 at 10:42 UTC | |
by syphilis (Archbishop) on Sep 03, 2008 at 10:55 UTC |