April 14, 2012 | 82% of Perl Testing | Back Next |
TODO: { local $TODO = $why;
ok( foo(), $test_name ); is( foo(42), 23, $test_name ); };
Used when tests inside block are expected to fail due to:
Bug in program
Code for tests not yet written
continued...
Home Last TOC | Copyright © 2012 James E Keenan | Back Next |