Home > App-Prove-Plugin-Idempotent

App-Prove-Plugin-Idempotent

App-Prove-Plugin-Idempotent is a project mainly written in Perl, it's free.

prove plugin to keep output TAP reusable

NAME App::Prove::Plugin::Idempotent - a prove plugin to keep output TAP reusable

SYNOPSIS prove -P Idempotent t/foo.t

DESCRIPTION This plugin tries to keep the verbose output of prove' to be the same TAP as it consumed. In particular, the finalok' line that is normally added is left out. Therefore you can reuse the output TAP stream and feed it again into a TAP parser.

See the email thread

  http://www.mail-archive.com/[email protected]/msg11830.html 

for discussion.

AUTHOR Steffen Schwigon, `'

ACKNOWLEDGEMENTS The prove plugin code is shamelessly stolen from Steve Purkis' App::Prove::Plugin::HTML.

SEE ALSO prove, App::Prove

LICENSE AND COPYRIGHT Copyright 2011 Steffen Schwigon.

This program is free software; you can redistribute it and/or
modify it under the terms of either: the GNU General Public
License as published by the Free Software Foundation; or the
Artistic License.

See http://dev.perl.org/licenses/ for more information.
Previous:paradiso