NAME
Integrator::Test::TAP::Model::Patch - modified version of Test::TAP::Model
VERSION
Version 0.01
SYNOPSIS
Very simple wrapper to get the full text output in the diags fields... This is essentially the analyze_file function from Test::Harness::Straps by Michael G Schwern <schwern@pobox.com>
, currently maintained by Andy Lester <andy@petdance.com>
.
All other functions included here are exported simply to avoid breaking the code.
Our intent is to have the modification included in the original code of Test::TAP::Model (maybe with a switch to enable the code...). We use Integrator::Test::TAP::Model in the meantime.
EXPORT
FUNCTIONS
analyze_file
This function has been modified to have all test output merged back into STDOUT. Then this merged output is printed both to STDOUT and STDERR.
Otherwise, this function does the same thing as Test::TAP::Model::analyze_file.
run_tests
This function has been modified to print the file name before launching the tests. Otherwise this function does the same thing as Test::TAP::Model::run_tests.
AUTHOR
This module is very heavily based on Test::TAP:Model from Michael G Schwern <schwern@pobox.com>
, and currently maintained by Andy Lester <andy@petdance.com>
.
It has been modified by Francois Perron, <integrator-tech-support at cydone.com>
BUGS
Please report any bugs or feature requests to the author through the provided email.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc ./lib/Integrator/Test/TAP/Model/Patch.pm
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Of course, Test::TAP::Model is Copyrighted to Michael G Schwern <schwern@pobox.com>
, and currently maintained by Andy Lester <andy@petdance.com>
.
this mod is Copyright 2006 Francois Perron, Cydone Solutions, this module is released under the same terms as perl.