Test-More / TB2

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

Have Test::Builder set event context upon posting #168

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @schwern Date: Monday Nov 07, 2011 at 22:28 GMT Orig: https://github.com/Test-More/test-more/issues/183

Change Test::Builder->post_event() to set an event's context (see #182) upon posting.

Also check for TB->post_result().

schwernbot commented 10 years ago

From: @schwern Date: Wednesday Nov 09, 2011 at 04:27 GMT Orig: https://github.com/Test-More/test-more/issues/183#issuecomment-2677417

Nevermind, it's not necessary. #182 had a better solution.