D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
perl-Test-Simple
/
examples
/
Filename :
subtest.t
back
Copy
#!/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;
Name
Size
Last Modified
Owner
Permissions
Actions
indent.pl
0.665
KB
March 30 2018 5:53:02
root
0644
subtest.t
0.34
KB
March 30 2018 5:53:02
root
0644
tools.pl
2.997
KB
March 30 2018 5:53:02
root
0644
tools.t
4.557
KB
March 30 2018 5:53:02
root
0644
2017 © D7net | D704T team