NAME
Acme::Testing - Leave me alone, it's testing!
DESCRIPTION
A silly module that extends each test by 15 seconds, so you've got more time to do the things YOU want to do. By just running 2 tests you've already regained 30 seconds of your life. Fantastic! It works the same as Test::More, except you only need to use Acme::Testing
. The module will export all the Test::More test functions to your script for you.
SYNOPSIS
use
Acme::Testing;
ok 1,
'This could take a while..'
;
is 2+2, 4,
'Just going for a bite to eat.. back soon'
;
done_testing();
AUTHOR
Brad Haywood <brad@perlpowered.com>
LICENSE
You may distribute this code under the same terms as Perl itself.