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. #75

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

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


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.