[Openstack] How to deal with 'tangential' bugs?

Clay Gerrard clay.gerrard at rackspace.com
Mon Feb 28 21:09:03 UTC 2011


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


More information about the Openstack mailing list