Ticket #1513 (closed bug: done)

Opened 12 years ago

Last modified 12 years ago

Test::Builder formats TODO tests wrong/poorly

Reported by: Austin_Hastings Owned by:
Priority: normal Milestone:
Component: library Version: 2.2.0
Severity: low Keywords:
Cc: Language:
Patch status: Platform:

Description

Test::Builder.todo claims to record the test description and reason for the todo, but it does not. Instead, the output looks like:

not ok 1 # TODO test_todo

Where in this example the test description was "test_todo" and the reason given in the call to .todo was "Maybe later"

Attachments

test_more.patch Download (2.6 KB) - added by bacek 12 years ago.
Test::More patch

Change History

Changed 12 years ago by bacek

Test::More patch

Changed 12 years ago by bacek

chromatic, any objections against patch?

Changed 12 years ago by bacek

  • status changed from new to closed
  • resolution set to done

Todo reporting improved in r45769. Closing ticket.

Note: See TracTickets for help on using tickets.