Closed schwernbot closed 10 years ago
From: @schwern Date: Friday May 03, 2013 at 22:47 GMT Orig: https://github.com/Test-More/test-more/issues/315#issuecomment-17422319
c3ee922320de0fe24dbf463103915dce044f6387 adds the ability to turn storage on in import and via Test::Builder directly. That should do it.
From: @schwern Date: Saturday May 26, 2012 at 05:16 GMT Orig: https://github.com/Test-More/test-more/issues/315
198 made Test::Builder stop storing events by default to conserve memory. Right now it's a PITA to turn event storage on.
Make it convenient to turn them back on again both in Test::Builder::Module and Test::Builder.
Keep in mind that event storage must be turned on before any tests or events (ie. the plan) is run.