Files
b08bd96ce5bf290ac6198079ad2dce71e675b481
364 lines
13 KiB
Python
364 lines
13 KiB
Python
#!/usr/bin/env python
import os
from nose import config
class NovaTestResult(result.TextTestResult):
result.TextTestResult.__init__(self, *args, **kw)
self._last_case = None
def getDescription(self, test):
def _writeResult(self, test, long_result, color, short_result, success):
def startTest(self, test):
current_case = test.test.__class__.__name__
def _makeResult(self):
# If any argument looks like a test name but doesn't have "nova.tests" in
c = config.Config(stream=sys.stdout,