File: 11_lots_of_tests.pl

package info (click to toggle)
libtap-formatter-html-perl 0.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: perl: 754; javascript: 80; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use Test::More 'no_plan';

for my $i (1..500) {
    # chuck in some failures
    ok( $i % 11, "$i % 11 is true" );
}