Files
2c438f55beb717247495da2c2b5ff066537b1468
366 lines
13 KiB
Python
366 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,