░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/usr/share/doc/perl-Test-Simple/examples
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: subtest.t
#!/usr/bin/env perl use strict; use warnings; use lib '../lib'; use Test::More tests => 3; ok 1; subtest 'some name' => sub { my $num_tests = 2 + int( rand(3) ); plan tests => $num_tests; ok 1 for 1 .. $num_tests - 1; subtest 'some name' => sub { plan 'no_plan'; ok 1 for 1 .. 2 + int( rand(3) ); }; }; ok 1;
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 indent.pl
PL
681 B
2018-03-30 05:53
EDIT
📄 subtest.t
T
348 B
2018-03-30 05:53
EDIT
📄 tools.pl
PL
3 KB
2018-03-30 05:53
EDIT
📄 tools.t
T
4.6 KB
2018-03-30 05:53
EDIT