I'm testing a module I'm developing.
To run the module, I have a test script which initialises the module.
e.g.:There's a bug in the module that is causing the test to fail after a certain test number.
I'd like to run the test using the Perl debugger perl5db.pl and break after the nth test. Is there a way to monitor the variable showing how many tests have been run?
Test::Builder has a $current_test package variable but I can't seem to access it. I'm using Test::Most.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |