Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    TAP::Runner 0.005

    Download button

    No screenshots available
    Downloads: 86  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Pavel Zhitomirsky | More programs
    Perl Artistic License / FREE
    September 22nd, 2012, 16:34 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    TAP::Runner description

    Run tests more flexible

    TAP::Runner is a Perl module that allows to run tests more flexible. Allows to use TAP::Harness, not just for unit tests.

    SYNOPSIS

     #!/usr/bin/perl
     use strict;
     use warnings;

     use TAP::Runner;
     use TAP::Formatter::HTML;

     TAP::Runner->new(
     {
     # harness_class => 'TAP::Harness::JUnit',
     # harness_formatter => TAP::Formatter::HTML->new,
     harness_args => {
     rules => {
     par => [
     { seq => qr/^Test alias 2.*$/ },
     { seq => '*' },
     ],
     },
     jobs => 4,
     },
     tests => [
     {
     file => 't/examples/test.t',
     alias => 'Test alias',
     args => [
     '--option', 'option_value_1'
     ],
     options => [
     {
     name => '--server',
     values => [
     'first.local',
     'second.local',
     ],
     multiple => 0,
     },
     {
     name => '--browser',
     values => [
     'firefox',
     'chrome',
     ],
     multiple => 1,
     },
     ],
     },
     {
     file => 't/examples/test.t',
     alias => 'Test alias 2',
     args => [
     '--option', 'option_value_1'
     ],
     },
     {
     file => 't/examples/test.t',
     alias => 'Test alias 22',
     args => [
     '--option', 'option_value_2'
     ],
     },
     ],
     }
     )->run;



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    run tests | Perl module | Perl | tests | flexible

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM