Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 89 for test (0.04 sec)

  1. Test::Harness.txt

    bad Number of test files failed tests Number of test files originally...=head1 NAME Test::Harness - Run Perl standard test scripts with...
    perldoc.perl.org/Test::Harness.txt
    Registered: 2025-04-19 21:27
    - 16.3K bytes
    - Viewed (0)
  2. App::Prove::State::Result::Test.txt

    App::Prove::State::Result::Test - Individual test results. =head1 VERSION...a single test. =head1 SYNOPSIS # Re-run failed tests $ prove --state=failed,save...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: 2025-04-20 01:15
    - 3.3K bytes
    - Viewed (0)
  3. App::Prove::State::Result.txt

    my %tests; for my $test ( $self->tests ) { $tests{ $test->name...my $tests = $self->{tests} ||= {}; if ( my $test = $tests->{$name}...
    perldoc.perl.org/App::Prove::State::Result.txt
    Registered: 2025-04-20 05:06
    - 4.8K bytes
    - Viewed (0)
  4. CPAN::Plugin::Specfile.txt

    cpan shell to write a spec file test Acme::Meta # disable # if it...DESCRIPTION Implemented as a post-test hook, this plugin writes a specfile...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: 2025-04-20 02:15
    - 8.5K bytes
    - Viewed (0)
  5. prove.txt

    path for your tests -s, --shuffle Run the tests in random order....Colored test output (default). --nocolor Do not color test output....
    perldoc.perl.org/prove.txt
    Registered: 2025-04-19 20:20
    - 13.4K bytes
    - Viewed (0)
  6. ok.txt

    { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok;...'1.302199'; use strict; use Test::More (); sub import { shift;...
    perldoc.perl.org/ok.txt
    Registered: 2025-04-20 05:49
    - 971 bytes
    - Viewed (0)
  7. perlbug.txt

    delivered local $Text::Wrap::columns = 900; local $Text::Wrap::huge...issue -JESSE 2008-06-08) # - Test -b option my( $file, $usefile,...
    perldoc.perl.org/perlbug.txt
    Registered: 2025-04-19 23:36
    - 44.6K bytes
    - Viewed (0)
  8. defined.txt

    (A simple Boolean test will not distinguish among L<C<undef>|/undef...should instead use a simple test for size: if (@an_array) { print...
    perldoc.perl.org/functions/defined.txt
    Registered: 2025-04-19 12:50
    - 2.8K bytes
    - Viewed (0)
  9. Test2::Tools::Refcount.txt

    following test script: use Test::More tests => 2; use Test2::Tools::Refcount;...with F<-TEST.pmat> where C<TEST> is the number of the test that...
    perldoc.perl.org/Test2::Tools::Refcount.txt
    Registered: 2025-04-20 05:12
    - 8.6K bytes
    - Viewed (0)
  10. App::Prove::State.txt

    my @tests = $self->results->tests; for my $test (@tests) { my...$parser->end_time, my $test = $self->results->test($name); $test->sequence(...
    perldoc.perl.org/App::Prove::State.txt
    Registered: 2025-04-20 07:24
    - 11.4K bytes
    - Viewed (0)
Back to top