Closed schwernbot closed 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.
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.
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