class documentation

class DebugSQLTextTestResult(unittest.TextTestResult): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method addError Undocumented
Method addFailure Undocumented
Method addSubTest Undocumented
Method printErrorList Undocumented
Method startTest Undocumented
Method stopTest Undocumented
Instance Variable debug_sql_stream Undocumented
Instance Variable handler Undocumented
Instance Variable logger Undocumented
def __init__(self, stream, descriptions, verbosity): (source)

Undocumented

def addError(self, test, err): (source)

Undocumented

def addFailure(self, test, err): (source)

Undocumented

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

Undocumented

def printErrorList(self, flavour, errors): (source)

Undocumented

def startTest(self, test): (source)

Undocumented

def stopTest(self, test): (source)

Undocumented

debug_sql_stream = (source)

Undocumented

Undocumented

Undocumented