OlegG has asked for the wisdom of the Perl Monks concerning the following question:
This makes the job. But at the same time it will be good if this slow tests will run by CPAN Testers anyway. Because here process of running the test are automated and slow tests are not so annoying as for user of my module.SKIP: { skip "You should set RUN_SLOW_TESTS to run this" unless $ENV{RUN_SLO +W_TESTS}; # slow test goes here ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Detect is my test run by cpantesters
by AppleFritter (Vicar) on Aug 16, 2014 at 16:10 UTC | |
by OlegG (Monk) on Aug 16, 2014 at 16:17 UTC | |
by tobyink (Canon) on Aug 16, 2014 at 19:14 UTC |