Test-More / TB2

Test::Builder version 2, the next generation of building testing modules in Perl
Other
1 stars 0 forks source link

Eliminate $builder->{No_Ending} from Test::Builder #174

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @schwern Date: Friday Nov 11, 2011 at 02:56 GMT Orig: https://github.com/Test-More/test-more/issues/192

But retain the no_ending method. It should talk entirely to the formatter.

Probably should wait for #189

schwernbot commented 10 years ago

From: @schwern Date: Tuesday Nov 15, 2011 at 05:05 GMT Orig: https://github.com/Test-More/test-more/issues/192#issuecomment-2741051

Test::Builder still needs no_ending to know if it should set the exit code.

schwernbot commented 10 years ago

From: @schwern Date: Tuesday Nov 15, 2011 at 07:04 GMT Orig: https://github.com/Test-More/test-more/issues/192#issuecomment-2741673

no_ending tells the TAP formatter to not show the ending commentary.

I think that's all I can shave off it right now. Test::Builder still needs no_ending.