tokuhirom / Test-Pretty

Other
20 stars 17 forks source link

work with `prove -l t` #6

Closed leedo closed 11 years ago

leedo commented 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!

leedo commented 11 years ago

Woops, looks like I need to enable verbose output and that will work.