File: 07_done_testing.t

package info (click to toggle)
libtest-nowarnings-perl 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 158; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;
use Test::More;
use Test::NoWarnings 'had_no_warnings';

pass("just testing");

had_no_warnings;

done_testing;