← Back to team overview

openstack team mailing list archive

Re: How to deal with 'tangential' bugs?

 

Unittest2 lets you define a test case that is expected to fail:
http://docs.python.org/library/unittest.html#unittest.expectedFailure

new in 2.7, but it could be possible to backport - or do something similar...

May have issues with nose:
http://code.google.com/p/python-nose/issues/detail?id=325

Follow ups

References