Closed leedo closed 11 years ago
I often point prove at an entire test directory (e.g. prove -l t,) and I noticed that Test::Pretty does not format anything in this case. It would be great if it could handle this situation!
prove
prove -l t
Test::Pretty
Woops, looks like I need to enable verbose output and that will work.
I often point
prove
at an entire test directory (e.g.prove -l t
,) and I noticed thatTest::Pretty
does not format anything in this case. It would be great if it could handle this situation!