Test-More / TB2

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

TB2 does not know how to pass through `no_plan` #121

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @schwern Date: Tuesday Dec 21, 2010 at 04:38 GMT Orig: https://github.com/Test-More/test-more/issues/91

Revealed by WordPress-Base-MediaObject-1.02, use Test::Simple 'no_plan' is broken because neither stream_start() nor set_plan() in TB2 knows about no_plan, though the TAP Formatter does.

schwernbot commented 10 years ago

From: @schwern Date: Saturday Jan 08, 2011 at 08:52 GMT Orig: https://github.com/Test-More/test-more/issues/91#issuecomment-662268

Also LEOCHARRE/File-Filename-1.05.tar.gz

schwernbot commented 10 years ago

From: @schwern Date: Sunday Jan 09, 2011 at 06:57 GMT Orig: https://github.com/Test-More/test-more/issues/91#issuecomment-663886

Fix "use Test::Simple 'no_plan'" and in general for TB2::Module modules.

Unfortunately this doesn't fully fix no_plan. It still requires done_testing. See github #103.

Closed by 2f1d4bf23aa6dd36e6eb18d1a32790fae67da437