Test-More / TB2

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

Implement Test::Simple::ok() using TB2. #76

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @schwern Date: Thursday May 27, 2010 at 05:11 GMT Orig: https://github.com/Test-More/test-more/issues/5


Going bottom-up on TB2 isn't getting me anywhere, so let's try top-down. Get enough working to write a basic ok() test in TAP.


Got enough to make t/simple.t work. ok() and a plan. There's no test names, failure diagnostics, plan checks or any frills. Stubbed out everything that broke.


schwernbot commented 10 years ago

From: @schwern Date: Sunday Jun 27, 2010 at 18:52 GMT Orig: https://github.com/Test-More/test-more/issues/5#issuecomment-289775

Test names are in.

schwernbot commented 10 years ago

From: @schwern Date: Tuesday Sep 07, 2010 at 08:34 GMT Orig: https://github.com/Test-More/test-more/issues/5#issuecomment-392371

Failure diagnostics are in. That leaves plan enforcement which is pretty general. I'm going to call this good and open another ticket for the plan.