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: 20177
Status: rejected
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: CLKAO [...] cpan.org
mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Flag to display passing TODO tests.
A flag and environment variable to display file & line numbers of passing TODO tests (ie. "Unexpectedly succeeded") on the diag_output handle so that they can be found.
Subject: Always provide line numbers of passing TODO tests
From: MARKSTOS [...] cpan.org
On Wed Jun 28 23:24:55 2006, MSCHWERN wrote: Show quoted text
> A flag and environment variable to display file & line numbers of > passing TODO tests (ie. "Unexpectedly succeeded") on the diag_output > handle so that they can be found.
I wish for being able to hunt down passing TODO tests, too, but does it even need to be an option? I advocate always printing the line numbers of passing TODO tests when they happen. I've got several in a suite of 5,000 tests, and I really have no good way to find them now. Mark
On Mon Jan 08 17:54:23 2007, MARKSTOS wrote: Show quoted text
> On Wed Jun 28 23:24:55 2006, MSCHWERN wrote:
> > A flag and environment variable to display file & line numbers of > > passing TODO tests (ie. "Unexpectedly succeeded") on the diag_output > > handle so that they can be found.
> > I wish for being able to hunt down passing TODO tests, too, but does it > even need to be an option? > > I advocate always printing the line numbers of passing TODO tests when > they happen. > > I've got several in a suite of 5,000 tests, and I really have no good > way to find them now. > > Mark
We cannot change this legacy behavior without breaking a lot of downstream modules. However thanks to Test2 this behavior can be implemented as a Test2 plugin pretty easily. Closing this ticket. Feel free to ping me for help if you want to write a plugin to help with this.