D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
perl-Test-Harness
/
examples
/
Filename :
silent-harness.pl
back
Copy
# Run some tests and get back a data structure describing them. use strict; use warnings; use TAP::Harness; use Data::Dumper; my @tests = glob 't/yaml*.t'; my $harness = TAP::Harness->new( { verbosity => -9, lib => ['blib/lib'] } ); # $aggregate is a TAP::Parser::Aggregator my $aggregate = $harness->runtests(@tests); print Dumper($aggregate);
Name
Size
Last Modified
Owner
Permissions
Actions
bin
Dir
July 28 2023 2:57:22
root
0755
harness-hook
Dir
July 28 2023 2:57:22
root
0755
t
Dir
July 28 2023 2:57:22
root
0755
README
2.104
KB
July 07 2013 9:45:42
root
0644
analyze_tests.pl
2.023
KB
October 13 2019 12:42:34
root
0644
my_exec
0.378
KB
September 11 2016 8:19:30
root
0755
silent-harness.pl
0.341
KB
October 13 2019 12:42:34
root
0644
test_urls.txt
0.044
KB
July 07 2013 9:45:42
root
0644
2017 © D7net | D704T team