Thread Previous • Date Previous • Date Next • Thread Next |
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
Thread Previous • Date Previous • Date Next • Thread Next |