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

Zapp::Task::Test - Test the output of previous tasks

VERSION

version 0.005

DESCRIPTION

This task allows testing of previous tasks' output. If any test fails, this task fails.

Output

tests       - An array of test hashes with the following fields
    expr        - An expression to evaluate
    op          - An operator
    value       - The expected value
    expr_value  - The value of the evaluated expression
    pass        - True if the test passed

SEE ALSO

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.