Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 98 for test (0.05 sec)

  1. TAP::Formatter::Base.txt

    @tests ) = @_; my $longest = 0; for my $test (@tests) { $longest...'failed', [ ' Failed test: ', ' Failed tests: ' ], $test, $parser ); ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Wed Aug 20 07:59:50 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  2. ExtUtils::MakeMaker::Tutorial.txt

    'make test' will run these tests. Typically, the F<t/> test directory...the following C<test> directive: test => {TESTS => 't/*.t t/*/*/*.t'}...
    perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txt
    Registered: Tue Aug 19 07:17:26 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  3. TAP::Formatter::Session.txt

    $parser->todo_passed ) { my $test = $failed > 1 ? 'tests' : 'test'; $formatter->_output(...line showing test progress, or the parallel test ruler, prior...
    perldoc.perl.org/TAP::Formatter::Session.txt
    Registered: Wed Aug 20 08:11:18 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  4. TAP::Parser::Result.txt

    Tests will have test numbers added if not...my @attrs = qw( plan pragma test comment bailout version unknown...
    perldoc.perl.org/TAP::Parser::Result.txt
    Registered: Wed Aug 20 08:41:32 UTC 2025
    - 6K bytes
    - Viewed (0)
  5. TAP::Harness::Env.txt

    environmental variables that L<Test::Harness> uses with TAP::Harness,...command line switches to each test file run. For example, C<HA...
    perldoc.perl.org/TAP::Harness::Env.txt
    Registered: Wed Aug 20 08:50:59 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  6. ExtUtils::testlib.txt

    be desirable to test it bypassing C<make test>. By adding use...Cwd; use File::Spec; # So the tests can chdir around and not break...
    perldoc.perl.org/ExtUtils::testlib.txt
    Registered: Tue Aug 19 08:14:48 UTC 2025
    - 911 bytes
    - Viewed (0)
  7. TAP::Formatter::Console::Session.txt

    = shift; my @color_map = ( { test => sub { $_->is_test && !$_->is_ok...!$_->is_ok }, colors => ['red'], }, { test => sub { $_->is_test && $_->has_skip...
    perldoc.perl.org/TAP::Formatter::Console::Session.txt
    Registered: Wed Aug 20 09:51:34 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  8. ExtUtils::MakeMaker::FAQ.txt

    your tests are located with the C<test> directive: test => {TESTS...subdirectories to run tests in: test => {TESTS => 't/*.t t/foo/*.t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Tue Aug 19 11:13:35 UTC 2025
    - 19.8K bytes
    - Viewed (0)
  9. TAP::Parser::Grammar.txt

    ::= (comment | test | unknown | bailout ) "\n" test ::= status positiveInteger?...TAP::Parser::Grammar - A grammar for the Test Anything Protocol. =head1 VERSION...
    perldoc.perl.org/TAP::Parser::Grammar.txt
    Registered: Wed Aug 20 08:37:22 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  10. TAP::Parser::Iterator::Stream.txt

    TAP::Parser::Iterator::Stream; open( TEST, 'test.tap' ); my $it = TAP::Pa...TAP::Parser::Iterator::Stream->new(\*TEST); my $line = $it->next; =head1...
    perldoc.perl.org/TAP::Parser::Iterator::Stream.txt
    Registered: Wed Aug 20 09:07:10 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top