Browse Source

less verbose testing

George S. Baugh 10 năm trước cách đây
mục cha
commit
c95446dcdc
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      t/TestRail-Utils.t

+ 0 - 2
t/TestRail-Utils.t

@@ -34,7 +34,6 @@ while (<$fh>) {
 }
 close($fh);
 push(@files,$fcontents);
-diag explain \@files;
 is(scalar(@files),2,"Detects # of filenames correctly in TAP");
 
 $fcontents = '';
@@ -49,7 +48,6 @@ while (<$fh>) {
 }
 close($fh);
 push(@files,$fcontents);
-diag explain \@files;
 is(scalar(@files),7,"Detects # of filenames correctly in TAP");