logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test2::Harness::Runner::Run - Runner specific subclass of a test run.

Authors

       Chad Granum <exodist@cpan.org>

Description

       Runner subclass of Test2::Harness::Run for use inside the runner.

Maintainers

       Chad Granum <exodist@cpan.org>

Methods

       In addition to the methods provided by Test2::Harness::Run, these are provided.

       $dir = $run->workdir
           Runner directory.

       $dir = $run->run_dir
           Directory specific to this run.

       $path = $run->jobs_file
           Path to the "jobs.jsonl" file.

       $fh = $run->jobs
           Filehandle to "jobs.jsonl".

Name

       Test2::Harness::Runner::Run - Runner specific subclass of a test run.

Source

       The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

See Also