File: 08only_podcover.t

package info (click to toggle)
libtest-distribution-perl 2.00-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 168 kB
  • sloc: perl: 252; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use Test::Distribution
    tests => 1,
    only  => 'podcover',
		podcoveropts => {trustme => [qr/run_tests/]};
use Test::More;

is(Test::Distribution::num_tests(), 2 , 'number of tests');