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

App::Prove::Plugin::Pretty - Test::Pretty plugin for prove

SYNOPSIS

    prove -PPretty t/01_simple.t

DESCRIPTION

This is a plugin for prove. This plugin enables Test::Pretty on your test script.

This plugin only affects if prove running for only one test case.

HINT

I recommend to add -PPretty to your .proverc. It makes testing life is better.