Ticket #1513 (closed bug: done)
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
Change History
Note: See
TracTickets for help on using
tickets.

