Announce: Test::TAP::HTMLMatrix 0.05 and Test::TAP::Model 0.06

2006-03-27 Thread Yuval Kogman
These new versions of the modules let you get test run comparison. You can look at the example: http://nothingmuch.woobling.org/Test-TAP-HTMLMatrix/example.pl This example runs a test suite twice, injecting one of the runs with dummy failures. Then the two models are consolidated

[PATCH] Forking tests with Test::More

2006-03-27 Thread Tassilo von Parseval
Hi, I was told that Test::More patches should now go to this list so here we go. The attached patch serves as a draft for enabling test-scripts that fork without the test-counter getting confused. It does so by using a Storable imaged shared between the processes. The patch however does need some