Test::Builder2::Design

schwern on 2010-08-10T02:31:05

In an effort to shed some light on what Test::Builder2 is about, I took a few hours and performed a brain dump about its goals and design. You can see the result in the new Test::Builder2::Design document.

The key design goals are 1) that it has to work, 2) that it has to work everywhere and 3) that it has to test everything. This throws out a lot of 98% solutions.


install_test

Ovid on 2010-08-10T05:55:50

At first, I was sooooo happy to see install_test, only to realise that this is TB2, not EMM, and you weren't referring to installing tests.

Re:install_test

Aristotle on 2010-08-11T04:47:07

Are you really hankering so badly for even more tests to run? ;-)

Re:install_test

Ovid on 2010-08-11T07:40:22

I would love to install a module and then rerun all of my currently installed module's tests, so yes :)