Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▾ test
▸ client
▸ html
▾ runner
class
DebugSQLTextTestResult
class
DiscoverRunner
class
PDBDebugResult
class
ParallelTestSuite
class
RemoteTestResult
class
RemoteTestRunner
▸ selenium
▸ signals
▸ testcases
▸ utils
▸ urls
▸ utils
▸ views
Class DebugSQLTextTestResult
django
.
test
.
runner
.
DebugSQLTextTestResult
Declaration
class
DebugSQLTextTestResult(unittest.TextTestResult)
source
link
Methods
▷
def
__init__
(
self, stream, descriptions, verbosity
)
source
link
▷
def
addError
(
self, test, err
)
source
link
▷
def
addFailure
(
self, test, err
)
source
link
▷
def
addSubTest
(
self, test, subtest, err
)
source
link
▷
def
printErrorList
(
self, flavour, errors
)
source
link
▷
def
startTest
(
self, test
)
source
link
▷
def
stopTest
(
self, test
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04