class documentation

class DebugSQLTextTestResult(unittest.TextTestResult):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method add​Error Undocumented
Method add​Failure Undocumented
Method add​Sub​Test Undocumented
Method print​Error​List Undocumented
Method start​Test Undocumented
Method stop​Test Undocumented
Instance Variable debug​_sql​_stream Undocumented
Instance Variable handler Undocumented
Instance Variable logger Undocumented
def __init__(self, stream, descriptions, verbosity):

Undocumented

def addError(self, test, err):

Undocumented

def addFailure(self, test, err):

Undocumented

def addSubTest(self, test, subtest, err):

Undocumented

def printErrorList(self, flavour, errors):

Undocumented

def startTest(self, test):

Undocumented

def stopTest(self, test):

Undocumented

debug_sql_stream =

Undocumented

handler =

Undocumented

logger =

Undocumented