tokuhirom / Test-Pretty

Other
20 stars 17 forks source link

Check $builder->{No_Plan} before showing 'Bad plan' #10

Closed gunyarakun closed 11 years ago

gunyarakun commented 11 years ago

I want to avoid showing 'Bad plans' in this test case.

use strict;
use warnings;
use Test::Pretty;
use Test::LoadAllModules;

BEGIN {
    all_uses_ok(
        search_path => 'BabaSiF',
    );
}