in reply to Counting test cases
It has several advantages, one of them is that I have to count only a small number of tests.{ BEGIN { $static_tests += 3 } pass 'Group test 1/3'; pass 'Group test 2/3'; pass 'Group test 3/3'; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Counting test cases
by kyle (Abbot) on Mar 30, 2008 at 18:28 UTC |