Pake::TestLib::TestTask - Pake::TestLib::TestTask documentation


pake documentation  | view source Contained in the pake distribution.

Index


NAME

Top

    Pake::TestLib::TestTask 

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

Top

    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

Top

TestTask executes tests in a specified directory.


pake documentation  | view source Contained in the pake distribution.