blob: 788dbc8370c9c953822d8784c7d0e9fb0aff655b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Have you ever tried to debug a test script that is failing tests? Without too
many modifications, your test script can generate a log file with information
about each failed test.
You can take your existing test script, and with (hopefully) very little
effort, convert it to use Test::Debugger. Then re-run your modified test and
view the log file it creates.
WWW: http://search.cpan.org/dist/Test-Debugger/
|