Ticket #6008 enhancement new

Opened 8 months ago

Last modified 3 months ago

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

1

Changed 3 months ago by thijs

  • cc thijs added
  • component changed from core to trial
Note: See TracTickets for help on using tickets.