Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 33730
Status: rejected
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: kraai [...] ftbfs.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.62
Fixed in: (no value)



Subject: test_fail doesn't handle TODO tests
Howdy, I would like to use Test::Builder::Tester to test a TODO test which fails. I tried to use test_fail, but it doesn't work because it expects Failed test whereas the actual output is Failed (TODO) test Would it be possible to add a parameter to test_fail or add a new function to handle this case? -- Matt
On Sat Mar 01 07:46:35 2008, kraai wrote: Show quoted text
> Howdy, > > I would like to use Test::Builder::Tester to test a TODO test which > fails. I tried to use test_fail, but it doesn't work because it expects > > Failed test > > whereas the actual output is > > Failed (TODO) test > > Would it be possible to add a parameter to test_fail or add a new > function to handle this case?
Test::Builder::Tester is considered deprecated in favor of Test2::API::intercept.