Test-More / TB2

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

Make is_passing() check History #173

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

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

Test::Builder currently maintains it's own information about whether the test is passing or not in $self->{Is_Passing} and it's set via $self->is_passing.

schwernbot commented 10 years ago

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

That's done. History->can_succeed is now smarter.