The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

    Pake::TestLib::TestTask 

SYNOPSIS String tests is a directory where TestTask will search for test script. It will execute any files in that dir

    Pake::TestLib::TestTask->new("tests");

If you want to execute test run:

    pake Test

Other way is to make default task Test:

    default "Test";

Description

TestTask executes tests in a specified directory.