Ticket #6008 enhancement new
Use pyunit's todo functionality when available (i.e. Python > 2.6)
| Reported by: | itamar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | thijs | Branch: | |
| Author: | Launchpad Bug: |
Description
On Python 2.7 and 3.3, Python's unittest supports todos. When trial has a test marked as todo, it should use that support if possible so that non-trial runners can still deal with todos.
Python 3.3 needs this since otherwise expected failures are treated as real failures.
Change History
Note: See
TracTickets for help on using
tickets.
